v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Payouts

Payout to a Chimoney Wallet.

post/v0.2.4/payouts/wallet

Request body

subAccountstring

Subaccount (Wallet Account) to payout from, if any.

turnOffNotificationboolean

disables email and other notifications from Chimoney.

Example request

{
  "subAccount": "1234567",
  "wallets": [
    {
      "receiver": "dimfofofofoof",
      "valueInUSD": 10,
      "narration": "Reward Payment",
      "collectionPaymentIssueID": "1209992222"
    }
  ]
}

Response

Success.

statusstring

Status of the request.

messagestring

message of the request.

Example response

{
  "status": "success",
  "message": "Payout to Chimoney wallets completed successfully.",
  "data": {
    "paymentLink": "undefined/pay/?issueID=XQTUvRBntIU3AHgQ3jFuN9ZcHIC3_2_1661118346647",
    "error": "None"
  }
}