v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBPayment Setups
List payment setups
Returns a paginated list of PaymentSetups (no-charge payment method collections used by free trial / waitlist subscriptions) for the authenticated merchant, across all customers.
get/payment-setups
Query parameters
statusstring
Example:completed
Filter by status
currency'EUR' | 'GBP' | 'USD'
customerEmailstring
Filter by customer email
subscriptionIdstring
Filter by subscription id
pagenumber
perPagenumber
Response
Example response
[
{
"id": "setup_pm_req_abc123",
"status": "completed",
"currency": "EUR",
"subscriptionId": "sub_1234567890abcdef"
}
]