KCPay
  1. Payouts
KCPay
  • Deposits
    • Login
      POST
    • Deposit
      POST
    • Deposit Status
      GET
    • Resend CallBack
      POST
  • Payouts
    • Payout
      POST
    • Payout Status
      GET
    • Resend Callback
      POST
    • Bulk Payout
      POST
  • Refunds
    • Refund
      POST
    • Refund Status
      GET
    • Resend Callback
      POST
  • Wallet Balance
    GET
  1. Payouts

Payout

Developing
POST
/api/payouts

Request

Header Params

Body Params text/plain
Example
Example:{ "txnId":"68f6ae3e-bbd3-4e21-9f51-2ffb0df14d87", "amount":"40000", "network":"MTN", "recipient":"0786842944", "description":"payout" }

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/payouts' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "txnId":"68f6ae3e-bbd3-4e21-9f51-2ffb0df14d87",
    "amount":"40000",
    "network":"MTN",
    "recipient":"0786842944",
    "description":"payout"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-09-16 00:06:46
Previous
Resend CallBack
Next
Payout Status
Built with