Search for all Payments
Search all payments in the system.
Authorizations
Use your Straddle API Key in the Authorization header as Bearer <token> to authorize API requests.
Headers
For use by platforms to specify an account id and set scope of a request.
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Query Parameters
Results page number. Starts at page 1.
Results page size. Max value: 1000
The field to sort the results by.
created_at
, payment_date
, effective_at
, id
, amount
asc
, desc
Search by the type of a charge
or payout
.
Search by the status of a charge
or payout
.
Search using the id
of a charge
or payout
.
Search using the external_id
of a charge
or payout
.
Search using the customer_id
of a charge
or payout
.
Search using the paykey_id
of a charge
or payout
.
Search using the paykey
of a charge
or payout
.
Search using the minimum amount of a
chargeor
payout`.
Search using a maximum amount
of a charge
or payout
.
Search using the earliest
of a charge
or payout
.
Search using the latest payment_date
of a charge
or payout
.
Search using the earliest created_at
date of a charge
or payout
.
Search using the latest created_at
date of a charge
or payout
.
Search using the earliest effective_date
of a charge
or payout
.
Search using the latest effective_date
of a charge
or payout
.
Search using the funding_id
of a charge
or payout
.
Search using a text string associated with a charge
or payout
.
The field to sort the results by.
created_at
, payment_date
, effective_at
, id
, amount
asc
, desc
Response
OK
The response is of type object
.