Collection account application
CollectionCountry/Region, Use ISO3166-2 standard 2-digit Country/Region code (global Account currently only supports HK, local AccountSupport's CollectionCountrySee attachment)
CollectionAccountCurrencyType, Single Currency: UseISO-4217 standard 3-digit Currency code, Multiple Currency: MUL
POST
curl -i -X POST \
https://api.paykka.com/api/v2/merch/va/apply \
-H 'Content-Type: application/json' \
-H 'X-Merch-Id: M24061911365700670'OK
AccountStatus: ENABLED-enabled, PENDING-pending Review, REJECTED-ReviewRejected
Enum:"ENABLED""PENDING""REJECTED"
Response
{
"request_id": "string",
"type": "LOCAL",
"country_code": "string",
"currencies": [
"EUR"
],
"account_no": "string",
"status": "ENABLED",
"bank_name": "string",
"bank_address": "string",
"account_holder_name": "string",
"bic_swift_code": "string",
"routing_number": "string"
}