PagedVirtualAccountResponse
meta objectrequired
meta data
number of skip records
00number of maximum return records
1010total number of records
100the time of the query result
data object[]required
records
id of the virtual account
401f4647-8372-495f-8de0-aafb3e1eaf93ID of the client to which the beneficiary belongs
401f4647-8372-495f-8de0-aafb3e1eaf93Three letters currency code,null for Multi-currency account
AUDBank account name
ABC Pty LtdBank name
Bank Of AmericaBank type
Possible values: [SWIFT, LOCAL]
LOCALISO 3166-1 alpha-2 country code
AUbankAddress objectrequired
Bank address
Business official street address. Allowed characters: letters, digits, spaces and , . - / # ( ) : '
Possible values: >= 4 characters and <= 256 characters, Value must match regular expression ^[A-Za-z0-9\s,.\-/#():']+$
19 Victoria AveCity name of business official address. Allowed characters: letters, spaces and - . '
Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z\s\-.']+$
SydneyState name of business official address. Allowed characters: letters, spaces and -
Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z\s\-]+$
New South WalesZip code of business official address. Allowed characters: letters, digits, hyphens and spaces
Possible values: <= 32 characters, Value must match regular expression ^[A-Za-z0-9\- ]+$
2000Routing type
Possible values: [ABA, ACH, BIC, BSB, Fedwire, IBAN, IFSC, Branch Code, Routing Code, Sort Code, SWIFT, SWIFT/BIC, Routing Number, CNAPS, BANK CODE, None, Transit Number]
BSBBank account number
999000123Routing number
012999PayID
abc@abc.comStatus of the virtual account
Possible values: [ACTIVE, INACTIVE]
ACTIVEThe creation time of the virtual account
2024-12-12T09:44:00.312Z{
"meta": {
"skip": 0,
"limit": 10,
"totalCount": 100,
"timestamp": "2024-07-29T15:51:28.071Z"
},
"data": [
{
"id": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"clientId": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"currencyCode": "AUD",
"accountName": "ABC Pty Ltd",
"bankName": "Bank Of America",
"bankType": "LOCAL",
"bankCountryCode": "AU",
"bankAddress": {
"street": "19 Victoria Ave",
"city": "Sydney",
"state": "New South Wales",
"zip": "2000"
},
"routingNoType": "BSB",
"accountNumber": "999000123",
"routingNumber": "012999",
"payId": "abc@abc.com",
"status": "ACTIVE",
"createdTime": "2024-12-12T09:44:00.312Z"
}
]
}