GET
/
PaymentMethodDomain
/
{domainId}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

domainId
string
required

The payment method domain's ID in Payabli.

Response

200 - application/json

Data related to the payment method domain.

applePay
object

Details about the status of the Apple Pay service.

cascades
object[]

Data about the domain's cascade status.

createdAt
string

Timestamp of when record was created, in UTC.

domainName
string

The domain. For example: subdomain.domain.com or domain.com

entityId
integer

The entity's ID in Payabli.

entityType
string

The entity type. Available values:

  • paypoint
  • organization
  • psp (payment service provider).
id
string

The payment method domain's ID in Payabli.

ownerEntityId
integer

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.`

ownerEntityType
string

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

  • paypoint
  • organization
  • psp (payment service provider).
updatedAt
string | null

Timestamp of when record was last updated, in UTC.

Was this page helpful?