Add Beneficiary

POST /api/merchant/add_beneficiary

Headers

Name
Value
Description

Accept

application/json

CLIENT

client_key

The unique identifier for the client.

SECRET

generated_secret

The expected secret generated using your client key and secret key.

Body

If type is crypto

{
    "type": "crypto",
    "network":"bep20",
    "token":"USDT",
    "address":"0x4024581A5a528b21C3cBb98a951A6a134a91Dc3d"
}

If type is mehticpay

{
    "type": "mehticpay",
    "email":"[email protected]",
    "otp":"123456"
}

If type is local

Response

Last updated