List Payment Method Domains
Lists payment method domains. Without account_id, returns the caller’s own domains and those of every connected account.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-05-1"
Query Parameters
Only domains registered for this account (biz_ tag). Defaults to the caller's account plus its connected accounts.
Only the domain with this exact hostname.
Only domains with this verification status.
pending, verified Only domains registered with this wallet provider.
apple Only domains created before this ISO 8601 timestamp.
Only domains created after this ISO 8601 timestamp.
Sort field.
created_at Sort direction.
asc, desc Number of domains to return from the start of the window.
x <= 100Cursor to paginate forwards from.
Number of domains to return from the end of the window.
x <= 100Cursor to paginate backwards from.

