On this page
No Headings
Last updated: July 6, 2026
Send PayPal invoice emails from your own domain instead of a paypal.com address. This guide shows you how to create a subdomain, configure the required DNS records, and verify your domain with PayPal.
Additional info: A TXT record is a note attached to your domain, often used for verification and security. A CNAME record is a nickname that points a domain name to another domain name.
A subdomain is a prefix added to your domain. It is configured through DNS records, not purchased separately. If you already have a subdomain, you can skip the following steps.
| Field | Value |
|---|---|
| Type | A, AAAA, or CNAME depending on your setup |
| Name / Host | Your desired subdomain prefix, such as api, staging, or docs |
| Value / Points to | The IP address or hostname of the server handling the subdomain |
| TTL | 300 (5 min) for testing or 3600 for production |
DNS changes can take up to 72 hours to propagate. Consult your DNS provider's documentation for specific instructions.
Common providers include:
billing, invoices, noreply. A preview of your full sender address appears as you type.After you submit your domain, PayPal displays the required DNS records on the DNS configuration page. Add all three records to your DNS provider before starting the verification process.
PayPal uses the following three email authentication standards to verify your domain:
| Record | Type | Purpose |
|---|---|---|
| Sender Policy Framework (SPF) | TXT | Authorizes mail servers to send email on behalf of your domain |
| DomainKeys Identified Mail 1 (DKIM) | CNAME | Adds a digital signature to emails so recipients can verify they weren't tampered with |
| DKIM 2 | CNAME | Provides a backup DKIM key for continued email authentication |
Copy DNS records using the copy button to help prevent transcription errors.
v=spf1 include:_spf.google.com ~all.For instructions on adding DNS records, see the documentation for your DNS provider. Common providers include:
Once you've added all the DNS records, return to your PayPal dashboard to verify ownership and activate your domain.
DNS changes can take up to 72 hours to propagate. Use dnschecker.org to confirm your records are published before selecting Verify Domain.
After the provider verifies the domain, open Invoicing settings and turn on domain. When the domain is active, all buyer-facing invoice emails are automatically sent from your custom sender address. Your existing invoice creation workflow continues to work exactly as before.
After selecting Verify Domain, your domain enters one of the following states:
| Status | Description |
|---|---|
| Setup incomplete | Domain registered is awaiting DNS configuration and verification. |
| Verifying | Verification in progress can take up to 72 hours. |
| Verified | All DNS records confirmed. Activate domain. |
| Error | One or more checks failed. Review per-record status, correct the records, and verify again. |
When your domain is active, all buyer-facing invoice emails are sent from your custom sender address automatically. No additional configuration is required.
{prefix}@{domain}. For example, if your domain is invoices.acme.com and your prefix is billing, emails are sent from billing@invoices.acme.com.