DepositPayerDto
namestring
payer name, it may be different from the account name
Example:
Abcamountnumber
for non local payment, the origin payment amount may be differ from the received amount
Example:
1055.99currencyCodestringrequired
Three letters deposit currency code
Example:
AUDaccountNamestring
Bank account name
Example:
ABCaccountNumberstring
Bank account number
Example:
123456routingNumberstring
Bank account routing number
Example:
123456valueDatestring
The value date of the deposit
Example:
2024-07-26T04:00:44.000ZcreateDatestring
The create date of the deposit
Example:
2024-07-26T04:00:44.000ZpaymentReferencestring
Payment reference
Example:
512312additionalInfostring
Payment description
Example:
512312DepositPayerDto
{
"name": "Abc",
"amount": 1055.99,
"currencyCode": "AUD",
"accountName": "ABC",
"accountNumber": "123456",
"routingNumber": "123456",
"valueDate": "2024-07-26T04:00:44.000Z",
"createDate": "2024-07-26T04:00:44.000Z",
"paymentReference": "512312",
"additionalInfo": "512312"
}