v1

latestOpenAPI 3.0.02026-07-26280204.9 KB
Virtual Account (VA)

Simulate VA PAYIN

Use this method in the sandbox to simulate a deposit to a virtual account that was issued to a customer. This method is relevant only for testing in the sandbox. The currency of the transfer must be supported by the specific virtual account.

patch/virtual-account/simulate-payin

Request body

virtual_account_idstring required

Virtual Account Reference (va_*)

amountinteger required

Funding amount. The number of decimal place will be different for each currency according to ISO 4217

currencystring required

VA currency [ISO 4217 format]

Example request

{
  "virtual_account_id": "va_65f40fe11ac3434f9d23227453361c5c",
  "amount": 1000,
  "currency": "AUD"
}

Response

OK