List Payments
List payments.
Scopes: payments:read
Query parameters
Filter by organization ID.
Filter by checkout ID.
Filter by order ID.
Filter by customer ID.
Filter by payment status.
Filter by payment method.
Filter by customer email.
Page number, defaults to 1.
Page number, defaults to 1.
Size of a page, defaults to 10. Maximum is 100.
Size of a page, defaults to 10. Maximum is 100.
Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.
Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.
Response
Successful Response
Example response
{
"items": [
{
"amount": 1000,
"currency": "usd",
"method": "card",
"decline_reason": "insufficient_funds",
"decline_message": "Your card has insufficient funds.",
"organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
"checkout_id": "e4b478fa-cd25-4253-9f1f-8a41e6370ede",
"order_id": "e4b478fa-cd25-4253-9f1f-8a41e6370ede",
"method_metadata": {
"brand": "visa",
"last4": "4242"
}
}
]
}Changes
No recorded changes to this endpoint across all 11 revisions of this API.