PaymentMethodDomain
List Payment Method Domains
Get a list of payment method domains that belong to a PSP, organization, or paypoint.
GET
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Query Parameters
Identifier for the organization or paypoint.
- Set this to
organization
and use the org ID inentityID
to get details for the organization. - Set this
paypoint
and use the paypoint's entryname in `entityId`` to get details for the paypoint.
The type of entity. Valid values:
- organization
- paypoint
Set this to
organization
and use the org ID inentityID
to get details for the organization. Set thispaypoint
and use the paypoint's entryname in `entityId`` to get details for the paypoint.
Max number of records for query response. Defaults to 20
.
Number of records to skip. Defaults to 0
.
Was this page helpful?