Retrieve Payment
Payments
Retrieve Payment
Retrieve detailed information about a specific payment transaction by its ID.
GET
Retrieve Payment
Retrieve detailed information about a specific payment transaction by its ID.
Overview
This endpoint returns comprehensive details about a single payment transaction, including all metadata, status information, and transaction history.Path Parameters
string
required
Payment transaction UUID
Response
object
Complete payment transaction object including:
id: Payment transaction IDreference: Payment reference numberamount: Payment amountcurrency: Currency codedescription: Payment descriptionstatus: Current payment statustype: Transaction type (debit/credit)sub_type: Transaction sub-typecategory: Transaction categorysub_category: Transaction sub-categorychannel: Payment channel usedtags: Transaction tagsnotes: Additional notesis_reversed: Whether payment was reversedis_completed: Whether payment is completedtransaction_date: When transaction occurredcreated_at: Creation timestampupdated_at: Last update timestamp
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Path Parameters
Payment transaction ID