Skip to main content

SimulateDepositDto

amountnumberrequired

The amount of deposit (maximum 2 decimal places)

Possible values: <= 100

Example: 10
accountNumberstringrequired

Which bank account number will be credited

Possible values: <= 64 characters

Example: 999000123
routingNumberstringrequired

Which routing number,BIC/BSB/SWIFT code will be used

Example: 012999
currencyCodestring

Currency code,mandatory for multi-currency account

Example: AUD
namestring

Payer Name

Possible values: <= 32 characters

Example: CAPAY Sandbox
accountNamestring

Payer Bank account name

Possible values: <= 128 characters

Example: CAPAY Sandbox
payerAccountNumberstring

Payer account number

Possible values: <= 64 characters

Example: CAPAY Sandbox
payerRoutingNumberstring

Which routing number,BIC/BSB/SWIFT code will be used

Example: 012999
paymentReferencestring

Payment reference

Example: 512312
additionalInfostring

Payment description

Example: 512312
SimulateDepositDto
{
"amount": 10,
"accountNumber": "999000123",
"routingNumber": "012999",
"currencyCode": "AUD",
"name": "CAPAY Sandbox",
"accountName": "CAPAY Sandbox",
"payerAccountNumber": "CAPAY Sandbox",
"payerRoutingNumber": "012999",
"paymentReference": "512312",
"additionalInfo": "512312"
}