# Accepting Credit Card Payments with Stripe

### Step 1:

Click the Store icon to go to your store page.

### Step 2:

Add the customer’s items to the cart. Once the customer is ready to pay, click the Checkout button to display the checkout window.

<figure><img src="https://downloads.intercomcdn.com/i/o/377857658/7799932f39417ed5cbdaf7a1/checkout+modal.JPG" alt=""><figcaption></figcaption></figure>

### Step 3:

Click Credit as the payment type and select your card reader.

### Step 4:

Click the Pay button and wait for the prompt to tap or swipe the card.

### Step 5:

Tap on or swipe the customers card in the reader.

### Step 6:

Imonggo will process the payment and record the sale in your invoice list

### Step 7:

Once the payment is successful, you can click the New Transaction button for a new transaction.

<figure><img src="https://downloads.intercomcdn.com/i/o/377285017/5a3c2918e2ad81a8361d407a/checkout+done.JPG" alt=""><figcaption></figcaption></figure>

Congratulations! You’ve successfully accepted a payment using Stripe with Imonggo.


---

# 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://imonggo.gitbook.io/imonggo-help-center/advanced-topics/accepting-credit-card-payments-with-stripe.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.
