Note: The {{platform.TokenLower}} add page presented to the {{platform.Paragraph_8}}
To add a {{platform.TokenLower}} using this method, the cardholder's browser must be directed to the appropriate URL using either a hyperlink or HTTP 302 redirect. In both cases, two values are required to be included:
Render a link on your page similar to the following - this will direct the cardholder to the Hosted Payment Page
<a href="https://{{domain}}/{{platform.Payment_Url}}/{{{platform.MerchantAlias}}}.adddv?in_sessionid={authKey}">Add your payment details</a>
Send the following HTTP 302 Redirect to the cardholder's browser - this will direct the cardholder to the Hosted Payment Page
HTTP/1.1 302 Found
Cache-Control: private,no-store,no-cache,must-revalidate,proxy-revalidate
Pragma: no-cache
Location: https://{{domain}}/{{platform.Payment_Url}}/{{{platform.MerchantAlias}}}.adddv?in_sessionid={authKey}