Tokenized Card Payments
Last updated: 13-Mar-2024
The following steps describe a successful flow for performing tokenized card payments using mobile SDKs:
- Shopper selects card as the payment method.
- Check if your backend has a token stored for this shopper. If this token exists already, place a TokenPaymentRequest on the eCom API and skip to step 8. If the token does not exist already, proceed with step 3.
- Your app will send a call to Verifone SDK to display the Card Form. The following information should be passed to the Card Form: card capture key, and the option to display the stored credentials toggle as true.
- Verifone SDK will provide your app with the encrypted card data, shopper name, card brand and truefor saving the shopper's card data (in case it is false, the process follows the normal card transaction flow).
- Send the above data to your backend and initiate a Create Token API call.
- The eCom API will return to your backend the reused token. Store this on you backend for future payments.
- Initiate a TokenPaymentRequest on eCom API to proceed with the current transaction.
- The eCom API will send the transaction result to your backend.
- (Optional) Send the information to the app and display it in your own Thank you page (or a "payment successful/failed" message if a Thank you page does not fit your app).
- You can check the latest status of your app transactions in Verifone Central.
Related articles
Rate this article: