List payment method domains

View as MarkdownOpen in Claude
Get a list of payment method domains that belong to a PSP, organization, or paypoint.

Authentication

requestTokenstring

Long-lived API token sent in the requestToken header. See API token authentication.

OR
AuthorizationBearer

OAuth2 Bearer access token from the client-credentials flow. See OAuth authentication.

Query parameters

entityIdlongOptional
Identifier for the organization or paypoint. - For organization, provide the organization ID - For paypoint, provide the paypoint ID
entityTypestringOptional
The type of entity. Valid values: - organization - paypoint - psp
fromRecordintegerOptionalDefaults to 0

Number of records to skip. Defaults to 0.

limitRecordintegerOptionalDefaults to 20

Max number of records for query response. Defaults to 20.

Response

Success
recordslist of objects
summaryobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error