get_balance | Retrieve the primary balance (available and pending amounts). Requires an Advanced access token with balances.read scope. |
get_current_organization | Retrieve the currently authenticated organization. Useful as a key probe — returns org name, email, locale. |
get_customer | Retrieve a single customer by ID (cst_…). |
get_payment | Retrieve a single payment by its ID (starts with tr_). |
get_subscription | Retrieve a single subscription by customer and subscription ID. |
list_chargebacks | List all chargebacks across all payments. |
list_customer_payments | List all payments linked to a customer. |
list_customers | List all customers. Paginated (from, limit). |
list_invoices | List invoices. Requires an Advanced access token with invoices.read scope. |
list_methods | List enabled payment methods. Not paginated. Filter by sequenceType, locale, amount. |
list_payments | List payments. Optional filters: from (cursor, starts with tr_), limit (1–250, default 50), profileId, testmode. |
list_refunds | List refunds for a specific payment. |
list_settlements | List settlements. Requires an Advanced access token with settlements.read scope. |
list_subscriptions | List subscriptions for a customer. |