List payment intents
List payment intents.
List payment intents.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
sort?string
Column to order the merchant's whole payment-link list by (server-side, across every page). Defaults to created_at descending. The customer JSONB, description, metadata, line_items, the redirect URLs and the creator/API-key UUIDs are not sortable and return 400 invalid_sort_key.
Value in
"shortcode" | "invoice_number" | "amount" | "status" | "created_at" | "updated_at" | "expires_at" | "due_at" | "captured_at"order?string
Sort direction. Any other value returns 400 invalid_sort_order.
Value in
"asc" | "desc"merchant_id*string
Format
uuidsearch?string
page?integer
limit?integer
Response Body
application/json
curl -X GET "https://example.com/v1/payments/intents?merchant_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{}Was this page helpful?