You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ff-integrations/payments/stripe.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Integrating the Stripe Payments in your app comprises the following steps:
58
58
4.[Testing](#4-testing)
59
59
5.[Releasing to production](#5-releasing-to-production)
60
60
61
-
### 1. Setup Stripe payment
61
+
### 1. Setup Stripe Payment
62
62
63
63
Setting up the Stripe payment includes acquiring the keys from your Stripe account and adding them to FlutterFlow.
64
64
@@ -76,7 +76,7 @@ Follow the steps below to set up payment using Stripe:
76
76
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.
77
77
7. Under the **Additional Settings**, you need to specify the following:
78
78
1.**Merchant Display Name** (*Required*): Enter a name for the merchant (you) that the user will see while performing the payment.
79
-
2.**Merchant Country Code** (*Required*): Enter your country code. This must be the 3-digit ISO country code, such as USA, IND, and NGA.
79
+
2.**Merchant Country Code** (*Required*): Enter your country code. This must be the 2 digit ISO country code, such as US, IN, and AU.
80
80
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).
81
81
8. Click **Deploy**.
82
82
@@ -86,7 +86,7 @@ Follow the steps below to set up payment using Stripe:
@@ -108,7 +108,7 @@ Follow the steps below to set up payment using Stripe:
108
108
109
109
This would deploy the Stripe payment service as a Firebase Cloud Function. Now, you are ready to trigger payments inside your app.
110
110
111
-
### 2. Apple Pay setup (optional)
111
+
### 2. Apple Pay Setup (optional)
112
112
113
113
Setting up Apple Pay comprises the following steps:
114
114
@@ -185,7 +185,7 @@ To add Apple Merchant ID in FlutterFlow:
185
185
186
186

187
187
188
-
### 3. Trigger Stripe payment[Action]
188
+
### 3. Trigger Stripe Payment[Action]
189
189
190
190
In order to initiate a payment using Stripe, you have to use the **Stripe Payment** action.
191
191
@@ -244,7 +244,7 @@ You can test Stripe payments on mobile and the Web before deployment. To do that
244
244
4.[Download](../../testing-deployment-publishing/exporting-code/ff-cli.md) and [run](../../testing-deployment-publishing/running-your-app/run-your-app.md) your project..
245
245
5. To test the purchase, you can use any of these [basic test card numbers](https://stripe.com/docs/testing#cards).
246
246
247
-
### 5. Releasing to production
247
+
### 5. Releasing to Production
248
248
249
249
Before you release the app to production, complete the following steps:
0 commit comments