Show Payment details
Guide to integrating with our payment API
Show Payment Details Endpoint
This endpoint allows you to retrieve the details of a specific payment by providing the order number of the transaction. It returns the payment details, including the amount, order number, order ID, status, form URL, confirmation status, and update timestamp.
GET /api/payment/show
Headers
Key | Value | Required |
---|---|---|
Accept | application/json | Yes |
Content-Type | application/json | Yes |
x-app-key | YOUR_APP_KEY | Yes |
x-app-secret | YOUR_SECRET_KEY | Yes |
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
order_number | string | Yes | The order number of transaction to retrieve |