| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/crm/addressBook/bankAccount?participantCode&bankAccountNumber&offset&limit'{
"code": 200,
"msg": "success",
"data": {
"bankAccounts": [
{
"bankAccountId": "BA202604150001",
"participantCode": "B0100106",
"type": 2,
"typeOfThirdParty": 1,
"corporateCountryCode": "US",
"label": "Business Checking Account",
"bankAccountNumber": "US12345678901234567890",
"swiftCode": "CHASUS33",
"bankName": "JPMorgan Chase Bank",
"bankAddress": "270 Park Avenue",
"bankCountry": "US",
"bankState": "NY",
"bankCity": "New York",
"postCode": "10017",
"routingNumber": "021000021",
"intermediaryBank": [
{
"currency": "USD",
"swiftCode": "IRVTUS3N",
"bankName": "The Bank of New York Mellon",
"bankAddress": "225 Liberty Street",
"bankCountry": "US"
}
],
"relationship": "Parent Company",
"beneficiaryOfThirdParty": {
"name": "Gary Hane",
"email": "gary.hane@example.com",
"addressInfo": {
"country": "US",
"state": "Louisiana",
"city": "New Orleans",
"postCode": "70112",
"addressLine1": "123 Canal Street",
"addressLine2": "Suite 400"
}
},
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}