# Switch Payment Method

#### What is Switch Payment Method?

Switch Payment Method allows customers to change how they pay for their order after purchase—for example, switching from a credit card to PayPal or from one card to another.

#### How This Works

This feature is possible because of how Order Editing handles payments:

1. At checkout: Payment is authorized (not captured)
2. During editing window: Customer can switch payment methods
3. After editing period ends: Payment is captured using the final payment method

***

### Customer Experience

Customer selects "Change Payment Methods" and is then presented with different payment methods which is enabled with your Shopify store.

<figure><img src="/files/TClHTGWWmALYaCjiyeFt" alt=""><figcaption></figcaption></figure>

***

### When to Use Switch Payment Method

Best for: Stores wanting to offer maximum payment flexibility.

Examples:

* Customer used wrong credit card, switches to correct one
* Customer prefers PayPal for buyer protection, switches from card
* Customer's card was declined, switches to alternative payment method

Benefits:

* Prevents order cancellations - Customers fix payment issues themselves
* Improves conversion - Failed payments can be resolved without reordering
* Enhances customer experience - Flexibility to use preferred payment method

Consider disabling if: You have concerns about payment security workflows, or want to minimize payment processing complexity.

***

### How to Enable Switch Payment Method

1. Navigate to App Blocks in your Order Editing dashboard
2. Locate Switch Payment Method
3. Toggle ON
4. Click Save

merchant’s set editing period.

<br>


---

# 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://order-editing.gitbook.io/oe-help-book/self-service-edits/app-blocks/switch-payment-method.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.
