Skip to main content
GET
Retrieve Payment by ID
This request enables you to retrieve details of payments based on their id, which needs to be provided in the request path.
transactions in this response is an array containing every transaction of the payment. In webhook payloads the same field name carries a single object — the transaction that triggered the event — with the full list under transactions_history. See Webhook object and examples.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Path Parameters

payment_id
string
required

Query Parameters

raw_response
boolean

When true, includes the provider raw response in the output (default false).

transactions_history
boolean

When true, includes the transactions history in the response (default false).

Response

200

payment
object