Adyen - DNS setup¶
Target Audience: Developers, Stakeholders
Introduction¶
This document describes the DNS/SSL setup needed for a Payway-Adyen integration.
When do I need to configure DNS/SSL for a Payway Adyen integration?¶
- You're setting up PCP Redirect.
- You are setting up a Custom Redirect solution.
- Provide functionality to update card information from My account.
DNS configuration¶
To enable sales using PARP you need to configure a subdomain on your DNS. You do this by setting up a CNAME-record pointing to PARP. Configure the records to match the values below. Insert your subdomain in place of *.example.com. A TXT-record also needs to be set up to verify domain ownership.
Production
Configure with a CNAME and TXT-record
Type | Host | Value |
---|---|---|
CNAME | payment.example.com | payway-adyen-provider.azurewebsites.net |
TXT | asuid.payment.example.com | 64F73F3D4F423A93B190BB0E75640F71AEBE40F9D35C1396D725EE50AAB8D437 |
Staging
Configure with a CNAME and TXT-record
Type | Host | Value |
---|---|---|
CNAME | payment-stage.example.com | payway-adyen-provider-stage.azurewebsites.net |
TXT | asuid.payment-stage.example.com | 64F73F3D4F423A93B190BB0E75640F71AEBE40F9D35C1396D725EE50AAB8D437 |
Info
Contact Adeprimo when you have completed the DNS setup.
SSL configuration¶
SSL will be configured by Adeprimo automatically. If you want to use your own certificate you need to provide this in a .pfx formatted file to Adeprimo. This, however, means that you will be responsible for the certificate lifecycle yourselves.
Whats next after the records have been setup?¶
After setting up the records you need to contact Adeprimo so they can connect the domain to PARP.