API Documentation
  1. Payout
API Documentation
  • API Documentation Change Log
  • API Reference Guide
    • Checkout Page
    • Payin - KRW (Server to Server)
    • Purpose Code
    • Payout Payload Example
    • List of Payin Methods
    • List of Bank for Payout Methods
  • API Documentation
    • Master Data
      • Get All Country & Currency Code
    • Payout Method
      • Get All Payout Method
    • Payin Method
      • Get All Payin Method
      • Get Required Fields by Payin method
    • Payin
      • Create Payin
      • Simulate Payin
      • Retrieve Payin
      • Create Virtual Account
    • Payout
      • Create Payout
        POST
      • Simulate Payout
        PATCH
      • Retrieve Payout
        GET
      • Get All Payout
        GET
    • Checkout
      • Create Payment Request
      • Get All Checkout
      • Get Detail Checkout
      • Create Virtual Account [KRW]
      • Get VA Bank Information [KRW]
      • Create New Checkout
    • Customer
      • Create Customer
      • Update Customer
      • Get All Customer
      • Get Detail Customer by Id
      • Check Is Customer Wallet Ready
      • Enable Customer
      • Disable Customer
      • Delete Customer
    • Webhook
      • Webhook PAYIN SUCCESS
      • Webhook PAYOUT SUCCESS
      • Webhook PAYOUT FAILED
      • VA Register Callback
      • Webhook PAYIN EXPIRED
    • Merchant
      • Get Balance Payout
    • Get List Payment Method by Currency
      GET
  • Features Documentation
    • Dashboard
    • Transaction
      • Payin
      • Payout
      • Rolling Reserve
      • Refund Request
    • Finance
      • Settlement Report APM
      • Settlement Report CARD
      • History Balance APM
      • History Balance CARD
    • Account
      • Profile Account
      • Manage Users
    • Setting
      • Integration Details
  1. Payout

Retrieve Payout

GET
/api/v1/payout-method/retrieve-payout/{id}
This API is used to retrieve details of payout transaction by using reply_code_id_pg parameter.

Request

Path Params

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 'https://api.paycombat.com/api/v1/payout-method/retrieve-payout/38c3d33a-1cc2-4945-a6ec-5be4bfc2bc37' \
--header 'X-token: snd_eyJpdiI6Ik41YjZiWXFPQnR4RkxEN2xaQmgybkE9PSIsInZhbHVlIjoiMEErazkwaDlicjFFWHlzd0lkTi9VQjRJOGFOZjgrSzhVQllvamhTaUFVMVU4SVJhM1EzdzdVdlpCK2dZMXhOSyIsIm1hYyI6IjI0OWE5NzUxYjE0MDMyNTY0YWVmOTlkYzdmOGIyOGVkMzg1YWYzNDk2YTdjYjMwODRiY2NlM2UxMjM5NTJmZmUiLCJ0YWciOiIifQ=='

Responses

🟢200Success
application/json
Body

Examples
{
    "status": true,
    "message": "OK",
    "data": {
        "id": "edc1f92c-12c2-4b80-bf32-c24dcc0dfa1e",
        "merchant_id": "2a776a4a-ad24-4ccb-80ce-fd58bd0e5880",
        "reply_code_id_pg": "payout_9d84899053d44777b0d53345353ffa98",
        "status": "COMPLETED",
        "wire_id": "w_txn_95d18bef65d74d179e78a2902c8d6723",
        "order_id": null,
        "due_date": "2025-02-25T00:00:00.000Z",
        "last_action": null,
        "wire_amount": 97,
        "fee_taken": 1.94,
        "fee_expected": 3,
        "payee_name": "Fajar test",
        "currency": "AUD",
        "beneficiary": "Fajar test",
        "beneficiary_bank": "au_bank_acct",
        "beneficiary_account_number": null,
        "beneficiary_account_iban": null,
        "wire_origin": null,
        "conversion": null,
        "approval": "APPROVED",
        "created_at": "2025-02-24T01:56:32.000Z",
        "updated_at": "2025-02-24T02:00:29.000Z",
        "approved_at": null,
        "denied_at": null,
        "pending_at": null
    }
}
🟠400Bad Request
Modified at 2025-05-06 02:34:57
Previous
Simulate Payout
Next
Get All Payout