Skip to main content
GET
List payment intents

Authorizations

Authorization
string
header
required

Your secret key, e.g. sk_live_... or sk_sandbox_....

Query Parameters

status
string

Filter by payment status.

channel
string

Filter by the channel the payment came through.

customer_id
string

Filter by customer id.

created_at[gte]
string<date-time>

Only records created on or after this date.

created_at[lte]
string<date-time>

Only records created on or before this date.

per_page
integer

Number of records per page.

cursor
string

Opaque cursor taken from pagination.next_cursor.

Response

A page of payment intents.

data
object[]
pagination
object