From 887f16779c0d033c2f0d4ebc5db8471246008b1e Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Thu, 19 Jun 2025 16:20:19 +0530 Subject: [PATCH] Stripe country code info update --- docs/ff-integrations/payments/stripe.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ff-integrations/payments/stripe.md b/docs/ff-integrations/payments/stripe.md index 2a8731ec..0d5c6e1d 100644 --- a/docs/ff-integrations/payments/stripe.md +++ b/docs/ff-integrations/payments/stripe.md @@ -58,7 +58,7 @@ Integrating the Stripe Payments in your app comprises the following steps: 4. [Testing](#4-testing) 5. [Releasing to production](#5-releasing-to-production) -### 1. Setup Stripe payment +### 1. Setup Stripe Payment Setting up the Stripe payment includes acquiring the keys from your Stripe account and adding them to FlutterFlow. @@ -76,7 +76,7 @@ Follow the steps below to set up payment using Stripe: 6. Copy the **Publishable Key** and **Secret Key** from the Stripe API keys page and paste them into the respective fields inside FlutterFlow. If you are using Stripe in test mode, make sure you paste them inside the **Test Credentials** section. 7. Under the **Additional Settings**, you need to specify the following: 1. **Merchant Display Name** (*Required*): Enter a name for the merchant (you) that the user will see while performing the payment. - 2. **Merchant Country Code** (*Required*): Enter your country code. This must be the 3-digit ISO country code, such as USA, IND, and NGA. + 2. **Merchant Country Code** (*Required*): Enter your country code. This must be the 2 digit ISO country code, such as US, IN, and AU. 3. **Apple Merchant ID** (*Optional*): You need to enter this if you want to accept payments through Apple Pay as well. The instructions for using Apple Pay are in [this section](#2-apple-pay-setup-optional). 8. Click **Deploy**. @@ -86,7 +86,7 @@ Follow the steps below to set up payment using Stripe: height: 0, width: '100%'}}>