Create a DKK local recipient
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"walletId": "WA0001",
"accountName": "John Smith",
"nccCode": "8900",
"accountNumber": "0095329412"
}
Request samples
curl --location --request POST '/recipient/local-dkk' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletId": "WA0001",
"accountName": "John Smith",
"nccCode": "8900",
"accountNumber": "0095329412"
}'
Responses
application/json {
"recipientId": "BE1234567890"
}
Modified at 2025-07-10 01:57:35