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

Bulk Payout

Developing
POST
/api/payouts/bulk

Request

Header Params

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/bulk' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-09-20 11:18:40
Previous
Resend Callback
Next
Refund
Built with