SimulateDepositDto
amountnumberrequired
The amount of deposit (maximum 2 decimal places)
Possible values: <= 100
Example:
10accountNumberstringrequired
Which bank account number will be credited
Possible values: <= 64 characters
Example:
999000123routingNumberstringrequired
Which routing number,BIC/BSB/SWIFT code will be used
Example:
012999currencyCodestring
Currency code,mandatory for multi-currency account
Example:
AUDnamestring
Payer Name
Possible values: <= 32 characters
Example:
CAPAY SandboxaccountNamestring
Payer Bank account name
Possible values: <= 128 characters
Example:
CAPAY SandboxpayerAccountNumberstring
Payer account number
Possible values: <= 64 characters
Example:
CAPAY SandboxpayerRoutingNumberstring
Which routing number,BIC/BSB/SWIFT code will be used
Example:
012999paymentReferencestring
Payment reference
Example:
512312additionalInfostring
Payment description
Example:
512312SimulateDepositDto
{
"amount": 10,
"accountNumber": "999000123",
"routingNumber": "012999",
"currencyCode": "AUD",
"name": "CAPAY Sandbox",
"accountName": "CAPAY Sandbox",
"payerAccountNumber": "CAPAY Sandbox",
"payerRoutingNumber": "012999",
"paymentReference": "512312",
"additionalInfo": "512312"
}