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
.
The type of payment.
charge
, payout
Search by the status of a charge
or payout
.
The current status of the charge
or payout
.
created
, scheduled
, failed
, cancelled
, on_hold
, pending
, paid
, reversed
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
Indicates the structure of the returned content.
- "object" means the
data
field contains a single JSON object. - "array" means the
data
field contains an array of objects. - "error" means the
data
field contains an error object with details of the issue. - "none" means no data is returned.
object
, array
, error
, none