v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Recipients

Create Business Recipient

post/v3/recipients/business

Headers

MIDstring required

Merchant or sub-merchant MID

Request body

countryOfIncorporationstring required

Country of Incorporation of the Business Entity

countrystring required

Two Digit Country Code for Mandatory fields validation

currencyType'fiat' | 'crypto' required

Type of currency being used to payout to recipient

businessNamestring required

Registered Business Name of the Recipient

Example request

{
  "countryOfIncorporation": "ID",
  "country": "ID",
  "currencyType": "fiat",
  "businessName": "Random Business Name",
  "accountIdentifier": {
    "type": "mobile_wallet",
    "value": "+912121212121"
  }
}

Response

OK

statusstring required