Query Payment Status
Payments
Query Payment Status
Query the status of a payment transaction using its reference number.
GET
Query Payment Status
Query the status of a payment transaction using its reference number. This is useful for checking payment status without knowing the payment ID.
Overview
This endpoint allows you to retrieve payment information using the payment reference number. It’s particularly useful for transaction status queries (TSQ) when you only have the reference.Path Parameters
string
required
Payment reference number (e.g., “PLR-55b8081c”)
Response
object
Payment transaction details including:
id: Payment transaction IDreference: Payment referencestatus: Payment status (pending, completed, failed)amount: Payment amountcurrency: Currency codedescription: Payment descriptionis_completed: Whether payment is completedis_reversed: Whether payment was reversedtransaction_date: When the transaction occurredcreated_at: When the payment was createdupdated_at: When the payment was last updated
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Path Parameters
Payment reference number