KCPay
    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

      Wallet Balance

      Developing
      GET
      /api/wallet-balance

      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/wallet-balance' \
      --header 'Authorization: Bearer {{token}}'

      Responses

      🟢200Success
      application/json
      Body

      Example
      {}
      Modified at 2024-10-08 16:17:05
      Previous
      Resend Callback
      Built with