| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"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 --request POST '/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": "7834",
"participantCode": "B0100106",
"type": 1,
"typeOfThirdParty": 1,
"corporateCountryCode": "US",
"label": "Business Operating Account",
"bankAccountNumber": "US98765432109876543210",
"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": "Subsidiary",
"beneficiaryOfThirdParty": {
"name": "Chelsea Wolff",
"email": "chelsea.wolff@example.com",
"addressInfo": {
"country": "US",
"state": "South Carolina",
"city": "Charleston",
"postCode": "29401",
"addressLine1": "123 Meeting Street",
"addressLine2": "Suite 500"
}
},
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
}