Logo
GoCardless API API Documentation

List Billing Requests

GET {{url}}/billing_requests

Returns a cursor-paginated list of your billing_requests.

List Billing Requests 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.
created_at
null Fixed timestamp, recording when this resource was created.
customer
null ID of a customer. If specified, this endpoint will return all requests for the given customer.
limit
null Number of records to return.
status
null One of: pending: the billing request is pending and can be used ready_to_fulfil: the billing request is ready to fulfil fulfilling: the billing request is currently undergoing fulfilment fulfilled: the billing request has been fulfilled and a payment created cancelled: the billing request has been cancelled and cannot be used



HEADERS

Key Datatype Required Description 




Curl
curl -X GET 'https://api-sandbox.gocardless.com/billing_requests?after=&before=&created_at=&customer=&limit=&status='

ENDPOINTS