v14
OpenAPI 3.1.02026-08-083813925.4 MBPayment Method Domains
List Payment Method Domains
Lists payment method domains. Without account_id, returns the caller's own domains and those of every connected account.
get/payment_method_domains
Query parameters
account_idstring
Only domains registered for this account (biz_ tag). Defaults to the caller's account plus its connected accounts.
hostnamestring
Only the domain with this exact hostname.
status'pending' | 'verified'
Only domains with this verification status.
provider'apple'
Only domains registered with this wallet provider.
created_beforestring date-time
Only domains created before this ISO 8601 timestamp.
created_afterstring date-time
Only domains created after this ISO 8601 timestamp.
order'created_at'
Sort field.
direction'asc' | 'desc'
Sort direction.
firstinteger
Number of domains to return from the start of the window.
afterstring
Cursor to paginate forwards from.
lastinteger
Number of domains to return from the end of the window.
beforestring
Cursor to paginate backwards from.
Response
payment method domains listed
Example response
{
"data": [
{
"provider": "apple",
"status": "pending"
}
]
}