v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Payments

Payments - List

To list the payments

get/payments/list

Query parameters

customer_idstring nullable

The identifier for the customer

starting_afterstring nullable

A cursor for use in pagination, fetch the next list after some object

ending_beforestring nullable

A cursor for use in pagination, fetch the previous list before some object

limitinteger nullable

Limit on the number of objects to return

createdstring date-time nullable

The time at which payment is created

created_ltstring date-time nullable

Time less than the payment created time

created_gtstring date-time nullable

Time greater than the payment created time

created_ltestring date-time nullable

Time less than or equals to the payment created time

created_gtestring date-time nullable

Time greater than or equals to the payment created time

Response

Successfully retrieved a payment list

sizeinteger required

The number of payments included in the list