Payment Details

This section of the Reach Pay API documentation details how to retrieve payment information using the Payment Details endpoint. It includes instructions on making a GET request with the required headers and provides information about the expected responses, including a successful retrieval of payment details or an error message if required headers are missing. This documentation is intended for developers integrating payment status checks into their applications.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Defaults to a3dc7899-c7f1-45b1-ae44-ce5afe1235f0

This header contains the unique identifier of the payment transaction provided by the payment gateway. It is crucial for retrieving the specific details of the transaction. Without this identifier, the API will not be able to locate and return the payment information, leading to a 404 Not Found error if the header is missing.

Headers
string
required
Defaults to clientTest

This header represents the unique identifier of the client making the request. It ensures that the API can correctly associate the request with the client account in the system. For example, clientTest is used in the example request, which identifies the specific client making the API call.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Documentation Page