Payments
CPL
Payments
Client-side payments across all your CPL orders.
GET
Payments
Authorizations
Your API key from the Studio Dashboard
Query Parameters
Page number, 1-indexed.
Required range:
x >= 1Items per page. Default 50, max 100.
Required range:
1 <= x <= 100Filter to a single order's payments (e.g. cplo_xxxxxxx).
Maximum string length:
32Available options:
prepayment, chunk, postpayment, revert Lower bound on the resource date (YYYY-MM-DD, UTC, inclusive).
Upper bound on the resource date (YYYY-MM-DD, UTC, inclusive).
Sort order.
date_desc: newest payments first (default).date_asc: oldest payments first.amount_desc: largest amount first.amount_asc: smallest amount first.order_id_asc: group by order id, ascending.order_id_desc: group by order id, descending.
Available options:
date_desc, date_asc, amount_desc, amount_asc, order_id_asc, order_id_desc