Recipients
Create Individual Recipient
post/v3/recipients/individual
Headers
MIDstring required
Merchant or sub-merchant MID
Request body
Example request
{
"country": "VN",
"currencyType": "fiat",
"firstName": "John",
"lastName": "Doe",
"accountIdentifier": {
"type": "mobile_wallet",
"value": "+91123456789"
}
}Response
OK