Create Payout
https://cms.inr-exchange.rare-able.com/api/user/withdraw
POST
This endpoint allows an authenticated user to create a new transaction from one of their wallets to a specified beneficiary account. The user must provide wallet ID, beneficiary account ID, amounts, exchange rate, service fee, and optional tax. On success, the API returns the details of the newly created transaction, including wallet information and applied charges.
BODY PARAMS
beneficiary_account_id
string
required
Use unique_id from List of Beneficiaries for unique_id
amount
string
required
HEADERS
Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use
Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"
RESPONSES
transaction "object"
unique_id "string"
beneficiary "object"
unique_id "string"
account_type "string"
account_name "string"
account_number "string"
code "string"
status "integer"
amount "string"
tax "number"
commission "number"
commission_rate "number"
total_amount "number"
status "string"
success "boolean"
message "string"
code "integer"
data "object"