Logo
GoCardless API API Documentation

List Payments

GET {{url}}/payments

Returns a cursor-paginated list of your payments.

List Payments API Docs

 

Body PARAM

Key Datatype Required Description 
after
null Cursor pointing to the start of the desired set.
before
null Cursor pointing to the end of the desired set.
charge_date[gt]
null Limit to records where the payment was or will be collected from the customer’s bank account after the specified date.
charge_date[gte]
null Limit to records where the payment was or will be collected from the customer’s bank account on or after the specified date.
charge_date[lt]
null Limit to records where the payment was or will be collected from the customer’s bank account before the specified date.
charge_date[lte]
null Limit to records where the payment was or will be collected from the customer’s bank account on or before the specified date.
created_at[gt]
null Limit to records created after the specified date-time.
created_at[gte]
null
Curl
curl -X GET 'https://api-sandbox.gocardless.com/payments?after=&before=&charge_date[gt]=&charge_date[gte]=&charge_date[lt]=&charge_date[lte]=&created_at[gt]=&created_at[gte]=&created_at[lt]=&created_at[lte]=&creditor=&currency=&customer=&limit=&mandate=&sort_direction=&sort_field=&status=&subscription='

ENDPOINTS