Skip to main content
GET
/
payment-intents
List Payment Intents
curl --request GET \
  --url https://api.zopay.cash/connect/v1/payment-intents \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.

Headers

authorization
string | null

Query Parameters

external_ref
string | null

Filter to one partner-supplied attribution key. Omit to list every intent across this tenant.

cursor
string | null

Opaque continuation token from a previous response's cursor field. Omit to fetch the first page.

limit
integer
default:50

Max rows to return (clamped to 200).

Required range: 1 <= x <= 200

Response

Successful Response

The response is of type Response List Payment Intents Payment Intents Get · object.