GET
/
payments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

created_at_gte
string | null

Get events after this created time

created_at_lte
string | null

Get events created before this time

page_size
integer | null

Page size default is 10 max is 100

Required range: x > 0
page_number
integer | null

Page number default is 0

Required range: x > 0
customer_id
string | null

Filter by customer id

status
enum<string>

Filter by status

Available options:
succeeded,
failed,
cancelled,
processing,
requires_customer_action,
requires_merchant_action,
requires_payment_method,
requires_confirmation,
requires_capture,
partially_captured,
partially_captured_and_capturable

Response

200 - application/json
items
object[]
required