Request this endpoint to get single specific transaction details by transaction id. If you need to search by other parameters or to get multiple results, see list transactions.
The sub-account user-id that you want to make this transaction for.
This header is only used if you have access to xenPlatform. See xenPlatform for more information
Unique ID generated by Xendit for the particular transaction
Successful operation
{
"id": "txn_pay_1234567890abcdef",
"product_id": "py-123e4567-e89b-12d3-a456-426614174000",
"type": "PAYMENT",
"status": "SUCCESS",
"channel_category": "EWALLET",
"channel_code": "ID_SHOPEEPAY",
"reference_id": "payref-123456",
"account_identifier": null,
"currency": "IDR",
"amount": 100000,
"net_amount": 99000,
"net_amount_currency": "IDR",
"cashflow": "MONEY_IN",
"settlement_status": "SETTLED",
"estimated_settlement_time": "2025-06-01T10:00:00Z",
"business_id": "1234567890abcdef",
"created": "2025-06-01T09:59:00Z",
"updated": "2025-06-01T10:01:00Z",
"fee": {
"xendit_fee": 1000,
"value_added_tax": 0,
"xendit_withholding_tax": 0,
"third_party_withholding_tax": 0,
"status": "COMPLETED"
},
"product_data": {
"capture_id": "cap-e1a8b3e8-5b4a-4b1a-8b0e-4e8b1a8b0e4e",
"payment_request_id": "pr-e1a8b3e8-5b4a-4b1a-8b0e-4e8b1a8b0e4f"
}
}
{
"id": "txn_3365895e-3cc1-490a-b48c-2757ce8ab0e5",
"product_id": "cmanl0vtp000101u9lqbvn7im",
"type": "CONVERSION",
"status": "SUCCESS",
"channel_category": "OTHER",
"channel_code": "DEFAULT",
"reference_id": "cmanl0vtp000101u9lqbvn7im",
"account_identifier": null,
"currency": "SGD",
"amount": 6.55,
"net_amount": 5.2,
"net_amount_currency": "USD",
"cashflow": "MONEY_IN",
"settlement_status": "SETTLED",
"estimated_settlement_time": "2025-05-14T06:51:08.999Z",
"business_id": "675bdaf542c2f448122e71d5",
"created": "2025-05-14T06:51:08.998Z",
"updated": "2025-05-14T06:52:34.196Z",
"fee": {
"xendit_fee": 0,
"value_added_tax": 0,
"xendit_withholding_tax": 0,
"third_party_withholding_tax": 0,
"status": "NOT_APPLICABLE"
}
}
{
"id": "txn_79cb0a16-3753-404e-a959-421a0cd02a9a",
"product_id": "py-b6c2b04d-d15e-4cc4-89c7-0ea1008d4afd",
"type": "PAYMENT",
"status": "SUCCESS",
"channel_category": "VIRTUAL_ACCOUNT",
"channel_code": "BNI",
"reference_id": "test-1751865004",
"account_identifier": "8930999960136500",
"currency": "IDR",
"amount": 13000,
"net_amount": 13000,
"net_amount_currency": "IDR",
"cashflow": "MONEY_IN",
"settlement_status": "SETTLED",
"estimated_settlement_time": "2025-07-07T05:12:03Z",
"business_id": "67bd3c2936e9d7ed9e91728b",
"created": "2025-07-07T05:12:04.315Z",
"updated": "2025-07-07T05:12:04.806Z",
"fee": {
"xendit_fee": 0,
"value_added_tax": 0,
"xendit_withholding_tax": 0,
"third_party_withholding_tax": 0,
"status": "COMPLETED"
},
"product_data": {
"capture_id": "cap-123e4567-e89b-12d3-a456-426614174000",
"payment_request_id": "pr-123e4567-e89b-12d3-a456-426614174001"
}
}
Unique ID generated by Xendit for the particular file
The product_id of transaction. Product id will have different prefix for each different product. You can use this id to match the transaction from this API to each product API.
The type of the transactions. Here are the descriptions:
DISBURSEMENT
: The disbursement of money-out transaction.PAYMENT
: The payment that includes all variation of money-in transaction.REMITTANCE_PAYOUT
: The remittance pay-out transaction.TRANSFER
: The transfer transaction between xendit account. This can be transfer in or out.REFUND
: A refund transaction created to refund amount from money-in transactionWITHDRAWAL
: A withdrawal transaction for money-out operationsTOPUP
: A top-up transaction for adding money to account balanceCONVERSION
: Balance conversion transactions between different currencies
The channel of the transaction that is used. See channel codes for the list of available per channel categories.
A Reference ID from merchants to identify their request.
Account identifier of transaction. The format will be different from each channel. For example, on BANK
channel it will be account number and on CARD
it will be masked card number.
The currency to filter.
The amount of transaction. The number of decimal place will be different for each currency according to ISO 4217.
The net amount of transaction after it deducted with fee/vat.
The currency of the net amount after fees and taxes are applied.
Representing whether the transaction is money in or money out For transfer, the transfer out side it will shows up as money out and on transfer in side in will shows up as money-in.
Available values are MONEY_IN
for money in and MONEY_OUT
for money out.
The status of the transaction. Here's the description:
PENDING
: The transaction is still pending to be processed. This refers to money out-transaction when the amount is still on hold.SUCCESS
: The transaction is successfully sent for money-out or already arrives on money-in.FAILED
: The transaction failed to send/receive.VOIDED
: The money-in transaction is voided by customer.REVERSED
:The transaction is reversed by Xendit.
The channel category of the transaction to identify the source of the transaction. Here's the description:
DISBURSEMENT
andREMITTANCE_PAYOUT
:BANK
andCASH
PAYMENT
:CARDS
,CARDLESS_CREDIT
,DIRECT_DEBIT
,EWALLET
,PAYLATER
,QR_CODE
,RETAIL_OUTLET
,VIRTUAL_ACCOUNT
TRANSFER
:XENPLATFORM
CONVERSION
:OTHER
Unique ID generated by Xendit for the particular file
Transaction created timestamp on UTC+0
Transaction updated timestamp on UTC+0
Amount of the Xendit fee for this transaction.
Amount of the VAT for this transaction.
Amount of the Xendit Withholding Tax for this transaction if applicable. See Tax Documentation for more information.
Amount of the 3rd Party Withholding Tax for this transaction if applicable.
Status of the fee processing. NOT_APPLICABLE means no fees are applicable for this transaction.
Status of the settlement.
null
: Settlement status is not applicable or not yet determinedPENDING
: Transaction amount has not been settled to merchant's balanceEARLY_SETTLED
: Transaction has been settled early to merchant's balanceSETTLED
: Transaction has been settled to merchant's balance
Estimated settlement time will only apply to money-in transactions.
For money-out transaction, value will be NULL
Estimated settlement time in which transaction amount will be settled to merchant's balance.
Additional metadata for payment V3 transactions. This object contains product-specific identifiers and is only included when at least one field has a value. All fields are nullable and conditionally populated based on the transaction type and payment flow.
The capture ID for payment V3 transactions. Present for captured payments.
The payment request ID for payment V3 transactions. Present for payments created via payment V3 payment requests.
The reusable payment link ID. Present for payments made through reusable payment links.
The invoice/payment link ID. Present for payments associated with payment links.
Inputs are failing validation. The errors field contains details about which fields are violating validation.
The provided id
does not exist. Please review the id
and try again