Payment Information

Utilize the Payment Information endpoint to retrieve detailed information about a specific payment using its track_id. After generating an invoice, you will receive a track_id, which serves as a reference for requesting payment details.

get
Path parameters
track_idstringRequired

Unique identifier for the payment session.

Header parameters
merchant_api_keystringRequired

Your Merchant API Key for authentication and authorization.

Content-TypestringRequiredDefault: application/json
Responses
chevron-right
200

Successful operation

application/json
messagestringOptional

A message containing additional information about the result of the request.

statusintegerOptional

The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors).

versionstringOptional

The version of the API being used.

get
/payment/{track_id}

Last updated