DnsRecord
DNS record the merchant must add at their DNS provider to validate or route the custom domain.
type DnsRecord {
name: String
type: String
value: String
}
Fields
DnsRecord.name ● String scalar
Fully qualified host/name of the record (e.g. _a1b2c3.pay.example.com or pay.example.com).
DnsRecord.type ● String scalar
Record type. Currently always CNAME.
DnsRecord.value ● String scalar
Value the record must point to (validation token or routing hostname).
Member Of
CustomDomainConfig object