CustomDomainConfig
Custom hosted-payment-page domain configuration. Two DNS records must be added in order: first certificateDnsRecord to validate the SSL certificate, then distributionDnsRecord to route traffic.
type CustomDomainConfig {
domain: String
certificateDnsRecord: DnsRecord
distributionDnsRecord: DnsRecord
status: CustomDomainStatus
}
Fields
CustomDomainConfig.domain ● String scalar
Merchant's custom domain (e.g. pay.example.com). Must be a subdomain of the verified business website.
CustomDomainConfig.certificateDnsRecord ● DnsRecord object
DNS record that proves domain ownership and unlocks SSL issuance. Appears once the enable flow obtains the validation token.
CustomDomainConfig.distributionDnsRecord ● DnsRecord object
CNAME pointing the custom domain at MONEI's hosted-payment-page edge. Appears only after the SSL certificate is issued.
CustomDomainConfig.status ● CustomDomainStatus enum
Current lifecycle state. See CustomDomainStatus.
Member Of
Account object