# Tokenized Card Payments

The following steps describe a successful flow for performing tokenized card payments using mobile SDKs:

1. Shopper selects **card** as the payment method.
2. 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.&#x20;
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,](/online-payments/api-integration-methods-auth-and-endpoints/secure-card-capture-key.md) and the option to display the stored credentials toggle as true.
4. **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 fals&#x65;**,** the process follows the normal card transaction flow).
5. Send the above data to your **backend** and initiate a [Create Token API](/api-reference/open-api-references/ecommerce/token-management.md) call.
6. The **eCom API** will return to your backend the reused token. Store this on you backend for future payments.
7. Initiate a [TokenPaymentRequest](/api-reference/open-api-references/ecommerce/token-management.md) on eCom API to proceed with the current transaction.
8. The **eCom API** will send the transaction result to your **backend**.
9. (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).
10. You can check the latest status of **your app** transactions in **Verifone Central**.

<div data-with-frame="true"><img src="https://verifone.cloud/sites/default/files/inline-images/JTW%20Card%20Payment%20Flow%20Diagram_0.PNG" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/online-payments/mobile-sdks/tokenized-card-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
