Hong Kong

Learn everything you need to know to make payouts in Hong Kong with dLocal.

Mandatory parameters - Bank transfers

Mandatory parameterDescriptionFlow type
login32 charsALL
pass32 charsALL
external_idMax. 100 charsALL
beneficiary_nameMax. 50 charsALL
beneficiary_lastnameMax. 50 charsALL
countryHKALL
bank_branchSWIFT code (we accept 8 or 11 alphanumeric characters in upper case)ALL
bank_accountMax. 45 charsALL
amountMax. 2 decimal numbersALL
currencyHKD or USDALL
addressMax. 200 charsALL
currency_to_payUSD
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_nameMax. 200 chars
Mandatory only for remittance (P2P)
P2P
remitter_nationalityISO 3166- 1 alpha -2 code
Mandatory only for remittance (P2P)
P2P
remitter_documentMax. 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_dateFormat 'YYYYMMDD'
Mandatory only for remittance (P2P)
P2P
remitter_addressMax. 200 chars
Mandatory only for remittance (C2C)
P2P
remitter_cityMax. 40 chars
Mandatory only for remittance (P2P)
P2P
remitter_countryISO 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"
}