Introduction
Authentication
Batch
Browser Payment
Gateway
Hosted Checkout
Payment Plan
Session
Standalone Risk Assessment
Tokenization
Transaction
Wallet
RESOURCES
Changelog
Click to Pay
unbindCookies()
unbindCookies()
Click to Pay may recognize the payer using cookies.
If the payer has been recognized using cookies by Click to Pay you must show the payer's email address and provide a "Not you?" link.
When payer clicks on the "Not you?" link, use this function to disassociate the payer's application/device from the payer's SRC profile.
On onStateChange callback display the card entry form and proceed with guest checkout.
Ensure to not use cookie recognition for the rest of the session.
Note that we recommend that you do not show the "Not you?" link when the payer is recognized using their email address.
Usage
ClickToPay.unbindCookies();
Example
ClickToPay.unbindCookies();
Arguments
None
Return Value
None