Authorizations
Headers
Specifies the version of the API to use. This must be set to 2.4
.
"2.4"
Query Parameters
Filter payments by their status.
Filter payments by their payment method type.
Filter payments by their payment processor.
Filter payments by their payment currency.
e.g. use USD
for US dollars.
Return only payments from this date (inclusive).
Return only payments up to this date (inclusive).
Return payments related to this order ID.
Return payments of this amount minimum (inclusive).
Return payments of this amount max (inclusive).
ID of the customer that has made the payment.
ID of the merchant involved in the payment.
Email of the customer that has made the payment.
Last 4 digits of the card used for the payment.
Paypal email address associated with the payment.
Klarna email address associated with the payment.
Maximum number of payments to return per page.
1 <= x <= 100
If results are paginated, pass the nextCursor
to access next page.