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 Status

Developing
GET
/api/payouts/68f6ae3e-bbd3-4e21-9f51-2ffb0df14d01/status

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 GET '/api/payouts/68f6ae3e-bbd3-4e21-9f51-2ffb0df14d01/status' \
--header 'Authorization: Bearer {{token}}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-09-16 00:28:40
Previous
Payout
Next
Resend Callback
Built with