| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/crm/deposit/bankAccount?participantCode=undefined¤cy=HKD&country=SG'{
"code": 200,
"msg": "success",
"data": [
{
"bankAddress": "20 PASIR PANJANG ROAD, 07-25/28, MAPLET",
"bankName": "GREEN LINK DIGITAL BANK PTE. LTD.",
"baNumber": "11021214213",
"beneficiaryAddress": null,
"beneficiaryName": "11021214213Beneficiary Name",
"countryCode": "SG",
"currency": "EUR,AUD,USD,GBP",
"intermediaryBankAddress": null,
"intermediaryBankName": null,
"intermediaryCountryCode": null,
"intermediarySwiftCode": null,
"paymentReference": "B01003480001",
"swiftCode": "GLDTSGSG"
}
]
}