| 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/deposit/bankAccount?participantCode¤cy=HKD&country=SG'{
"code": 200,
"msg": "success",
"data": [
{
"beneficiaryName": "John Smith",
"beneficiaryAddress": "123 Main Street, Apt 4B, Los Angeles, CA 90001",
"baNumber": "US12345678901234567890",
"swiftCode": "CHASUS33",
"countryCode": "US",
"bankName": "JPMorgan Chase Bank",
"bankAddress": "270 Park Avenue, New York, NY 10017",
"intermediarySwiftCode": "IRVTUS3N",
"intermediaryCountryCode": "US",
"intermediaryBankName": "The Bank of New York Mellon",
"intermediaryBankAddress": "225 Liberty Street, New York, NY 10286",
"currency": "USD",
"paymentReference": "INV-20260415-001",
"accountId": "550e8400-e29b-41d4-a716-446655440000"
}
]
}