Kutanapay Merchant API
  1. Merchant Withdrawals
Kutanapay Merchant API
  • Merchant API Keys
    • Create Api Key
      POST
    • Get Api Keys
      GET
    • Revoke Api Key
      DELETE
  • Merchant Wallet
    • Get All Wallets
      GET
    • Get Wallet Transactions
      GET
    • Process Refund
      POST
    • Get Settlement Batches
      GET
    • Update Wallet Status
      PATCH
    • Get Wallet By Currency
      GET
  • Merchant Customer Transactions
    • Get Merchant Transactions
      GET
    • Get Merchant Transaction
      GET
  • Merchant Checkout
    • Create Checkout
      POST
    • List Checkouts
      GET
    • Get Checkout
      GET
  • Merchant Webhooks
    • Create Webhook
      POST
    • Get Webhooks
      GET
    • Update Webhook
      PUT
    • Delete Webhook
      DELETE
  • Merchant Branding
    • Get Branding
      GET
    • Update Branding
      PUT
  • Merchant Payment Accounts
    • Add Payment Account
    • Get Payment Accounts
    • Get Payment Account
    • Update Payment Account
    • Delete Payment Account
  • Merchant Withdrawals
    • Initiate Withdrawal
      POST
    • Get Withdrawal History
      GET
    • Cancel Withdrawal
      POST
    • Get Withdrawal
      GET
  • Merchant Payouts
    • Initiate Payout
    • Get Payout History
    • Cancel Payout
    • Get Payout
  1. Merchant Withdrawals

Get Withdrawal

GET
/api/v1/merchants/withdrawals/{transaction_id}
Get a specific withdrawal transaction by ID.

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params

Header Params

Responses

🟢200OK
application/json
Successful Response
Body

🟠422Parameter Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/merchants/withdrawals/c09bdd59-7aa6-41e2-af05-fd9734376e4e' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Example 1
{}
Modified at 2025-10-20 10:18:31
Previous
Cancel Withdrawal
Next
Initiate Payout
Built with