v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Recipients

Create Individual Recipient

post/v3/recipients/individual

Headers

MIDstring required

Merchant or sub-merchant MID

Request body

countrystring required

Country of the recipient

currencyType'fiat' | 'crypto' required

Currency Type for which the recipient

firstNamestring
lastNamestring

Example request

{
  "country": "VN",
  "currencyType": "fiat",
  "firstName": "John",
  "lastName": "Doe",
  "accountIdentifier": {
    "type": "mobile_wallet",
    "value": "+91123456789"
  }
}

Response

OK

statusstring required