Hong Kong
Learn everything you need to know to make payouts in Hong Kong with dLocal.
Mandatory parameters - Bank transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | ALL |
pass | 32 chars | ALL |
external_id | Max. 100 chars | ALL |
beneficiary_name | Max. 50 chars | ALL |
beneficiary_lastname | Max. 50 chars | ALL |
country | HK | ALL |
bank_branch | SWIFT code (we accept 8 or 11 alphanumeric characters in upper case) | ALL |
bank_account | Max. 45 chars | ALL |
amount | Max. 2 decimal numbers | ALL |
currency | HKD or USD | ALL |
address | Max. 200 chars | ALL |
currency_to_pay | USD Currently only USD supported | ALL |
purpose | "EPBTOB" for B2B "EPREMT" for P2P Mandatory only for Business to Business (B2B) and Remittance (P2P) | B2B, P2P |
remitter_full_name | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_nationality | ISO 3166- 1 alpha -2 code Mandatory only for remittance (P2P) | P2P |
remitter_document | Max. 45 chars Mandatory only for remittance (P2P) | P2P |
remitter_document_type | 'ID' for national identification number 'PASS' for passport Mandatory only for remittance (P2P) | P2P |
remitter_birth_date | Format 'YYYYMMDD' Mandatory only for remittance (P2P) | P2P |
remitter_address | Max. 200 chars Mandatory only for remittance (C2C) | P2P |
remitter_city | Max. 40 chars Mandatory only for remittance (P2P) | P2P |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | P2P |
Example request
{
"login":"1n234n56",
"pass":"HolAc123o",
"external_id": "1234567812345678b",
"document_id": "275347623546",
"beneficiary_name": "John",
"beneficiary_lastname": "Benson",
"country": "HK",
"bank_branch": "CITIHKHX",
"bank_account": "123456789012345",
"amount": 5500,
"currency": "HKD",
"currency_to_pay": "USD",
"type": "json",
"notification_url":"http://merchantsite.com/notification/new"
}
Updated 13 days ago