Card Forwarding
Card forwarding enables one-click purchase by reusing the customer's vaulted payment method from their primary transaction. The integration leverages the partner's PSP Forward API to securely transmit card details to Rokt's PCI-compliant endpoint, where the charge is processed with the Rokt Catalog brand as MoR.
Sequence overviewSequence overview への直接リンク
- Customer clicks "Buy Now" on the Rokt placement within the confirmation page.
- Rokt sends an API request to the partner's backend, signaling that the customer has initiated a purchase and their stored payment details are needed.
- The partner looks up the payment method using the
partnerpaymentreferenceattribute passed during SDK initialization. - The partner calls the PSP's Forward API to forward the customer's raw PAN, billing address, and (if available) CVV to Rokt's destination endpoint.
- Rokt's PCI-compliant endpoint receives the card details, creates a secure non-persistent token, and processes the charge with the brand as MoR.
- Rokt returns the result. The placement displays the confirmation state.
Payment sharing APIPayment sharing API への直接リンク
Partners must build and expose a server-side API endpoint that Rokt can call to initiate the payment forwarding process.