List Payment Method Domains
Lists payment method domains. Without account_id, returns the caller's own domains and those of every connected account.
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.
Only domains registered with this wallet provider.
Only domains created before this ISO 8601 timestamp.
Only domains created after this ISO 8601 timestamp.
Sort field.
Sort direction.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
Response
payment method domains listed
Example response
{
"data": [
{
"account_id": "biz_xxxxxxxxxxxxxx",
"created_at": "2026-01-01T12:00:00.000Z",
"hostname": "checkout.shinetime.example",
"id": "pmd_xxxxxxxxxxxxxx",
"provider": "apple",
"status": "verified",
"updated_at": "2026-01-01T12:00:00.000Z"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 1 of the 74 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 74 revisions, 1 has no diff computed.