| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************{
"participantCode": "B0100106",
"type": 2,
"typeOfThirdParty": 1,
"corporateCountryCode": "US",
"label": "Business Operating 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": [],
"relationship": "Subsidiary",
"beneficiaryOfThirdParty": {
"name": "Raquel Zemlak",
"email": "raquel.zemlak@example.com",
"addressInfo": {
"country": "US",
"state": "Virginia",
"city": "Richmond",
"postCode": "23218",
"addressLine1": "123 Main Street",
"addressLine2": ""
}
}
}curl --location '/v2.0/crm/addressBook/addBankAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100106",
"type": 2,
"typeOfThirdParty": 1,
"corporateCountryCode": "US",
"label": "Business Operating 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": [],
"relationship": "Subsidiary",
"beneficiaryOfThirdParty": {
"name": "Raquel Zemlak",
"email": "raquel.zemlak@example.com",
"addressInfo": {
"country": "US",
"state": "Virginia",
"city": "Richmond",
"postCode": "23218",
"addressLine1": "123 Main Street",
"addressLine2": ""
}
}
}'{
"code": 200,
"msg": "success",
"data": {
"bankAccountId": "100024648",
"participantCode": "B0100348",
"type": 1,
"typeOfThirdParty": null,
"corporateCountryCode": null,
"label": "cw-bank-1784511663",
"bankAccountNumber": "CWTEST1784511663",
"swiftCode": "CTBAAU2S",
"bankName": "Test Bank",
"bankAddress": "1 Test St",
"bankCountry": "AU",
"bankState": "NEW SOUTH WALES",
"bankCity": "SYDNEY",
"postCode": "2000",
"routingNumber": null,
"intermediaryBank": null,
"relationship": null,
"beneficiaryOfThirdParty": null,
"createdAt": 1784511664000,
"updatedAt": 1784511664000
}
}