Get payment method domain

Get the details for a payment method domain.

Path parameters

domainIdstringRequired
The payment method domain's ID in Payabli.

Headers

requestTokenstringRequired

Response

Success response that includes a payment method domain's details.
applePayobject
Details about the status of the Apple Pay service.
googlePayobject
Details about the status of the Google Pay service.
createdAtdatetime
Timestamp of when record was created, in UTC.
domainNamestring

The domain. For example: subdomain.domain.com or domain.com. Must be public. Can’t be localhost, hidden by a VPN, or protected by a password.

entityIdlong
The entity's ID in Payabli.
entityTypestring

The entity type. Available values:

  • paypoint
  • organization
  • psp (payment service provider).
idstring
The payment method domain's ID in Payabli.
ownerEntityIdlong

The domain’s owning entity’s ID in Payabli. This value might be different than the entityId, depending on whether the domain is cascaded and whether it’s inherited.`

ownerEntityTypestring

The domain’s owner’s entity type. Available values:

  • paypoint
  • organization
  • psp (payment service provider).
typestringOptional

The record type. For payment method domains, this is always PaymentMethodDomain.

cascadeslist of objectsOptional
Data about the domain's cascade status.
updatedAtdatetimeOptional
Timestamp of when record was last updated, in UTC.

Errors