Retrieve Payment
/api/payments/{identifier}This endpoint retrieves the details of a payment using its unique identifier. The response includes the payment status, amount, and other related details.
Path Parameters
Response
A successful response containing the payment details.
The result of the request, including status and any relevant messages.
The unique identifier for the payment.
The unique identifier for the merchant associated with the payment.
The three-letter currency code (ISO 4217) for the payment.
The amount of the payment.
The current status of the payment transaction.
The unique identifier for the customer associated with the payment.
A reference provided by the merchant to identify the customer.
The unique identifier for the merchant's order.
The unique identifier for the payment method used.
The history of statuses for the payment transaction.
The name of the acquirer processing the payment.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.
The specified payment was not found.
The result object that contains the outcome and additional details of the API request.