Virtual Accounts are foreign currency accounts that function as local bank accounts. They can be used to collect funds from around the world. You get account details that enable you to collect funds from various platforms. Global Accounts can also be used to top up your UQPAY balance.
Currently, the API response to a successful request will always return a status of SUCCESS, regardless of whether the Virtual Account (VA) has actually been created.
The actual status of the VA can be tracked through Webhooks:
virtual.account.create: Indicates that the request to create a VA has been initiated for the specified currency.virtual.account.update with status = Active: Indicates that the VA has been successfully created and is now available for use.No webhook will be sent in the event of a failure to create the Virtual Account.
The API token for login provided by UQPay.
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
A custom identifier for the request, up to 64 characters. If provided, this value is returned in the associated webhook event as request_id.
64The payment method needs to be specified to ensure that accurate banking details are captured and validated for the specified payment method.
LOCAL, SWIFT "LOCAL"
VA Account creation successfully.
"SUCCESS"