List payment method domains

Get a list of payment method domains that belong to a PSP, organization, or paypoint.

Authentication

requestTokenstring
API Key authentication via header

Query parameters

entityIdlongOptional
Identifier for the organization or paypoint. - Set this to `organization` and use the org ID in `entityID` to get details for the organization. - Set this `paypoint` and use the paypoint's entryname in `entityId`` to get details for the paypoint.
entityTypestringOptional
The type of entity. Valid values: - organization - paypoint Set this to `organization` and use the org ID in `entityID` to get details for the organization. Set this `paypoint` and use the paypoint's entryname in `entityId`` to get details for the paypoint.
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
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error