GET
/v1/payment_method_domainsList payment method domains
Lists registered payment method domains and their payment-method statuses. Use domain_name or enabled to filter the results, and use starting_after or ending_before to navigate between pages.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
domain_namestringoptional
Filters results by the domain name represented by the payment method domain. Maximum 5000 characters.
enabledbooleanoptional
Filters results by whether the payment method domain is enabled.
ending_beforestringoptional
Cursor identifying the first object on the previous page to retrieve. Maximum 5000 characters.
expandarray<string>optional
Specifies response fields to expand. Each expansion value must not exceed 5000 characters.
limitintegeroptional
Maximum number of objects to return. Must be between 1 and 100 and defaults to 10 when omitted.
starting_afterstringoptional
Cursor identifying the last object on the previous page to retrieve. Maximum 5000 characters.
200Returns a list object containing payment method domains in `data`, a `has_more` pagination flag, the list `object` type, and the list URL.
dataarray<PaymentMethodDomain>required
has_morebooleanrequired
True if this list has another page of items after this one that can be fetched.
objectstringrequired
String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
urlstringrequired
The URL where this list can be accessed.
defaultError response.
errorobjectrequired
Error handling
limit must be between 1 and 100 and defaults to 10 when omitted. domain_name and cursor values must not exceed 5000 characters, and enabled must be a boolean when provided.