Skip to content

Commit 7f245f8

Browse files
Expand Google Pay gateway list and resolve dependency advisories. (#10)
Merchants need the full platform-supported gateway list on the Google Pay guide, including NEXT Payments. Also ignore .DS_Store and bump fumadocs/esbuild to clear npm audit findings. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8290f21 commit 7f245f8

4 files changed

Lines changed: 508 additions & 707 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
node_modules
66
out
77
.claude/
8+
.DS_Store

content/docs/features/payments/google-pay.mdx

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@ Google Pay is supported as a payment method on the Next Commerce Storefront Chec
66

77
Google Pay is supported on the following gateways:
88

9+
* NEXT Payments
910
* Adyen
11+
* Airwallex\*
1012
* Authorize.Net
13+
* BlueSnap
1114
* Braintree
1215
* Checkout.com
1316
* NMI
17+
* PayPal Commerce Platform
18+
* Paysafe
1419
* Stripe Payment Intents
1520
* Test Gateway
1621

22+
<Callout type="info">
23+
24+
\*Airwallex accounts require 3DS2 by default. You must request support to remove this restriction and bypass 3DS2, or set up a [**3DS2 Merchant Profile**](/docs/features/payments/3ds2-payments#3ds2-merchant-profiles) to assign to the gateway.
25+
26+
</Callout>
27+
1728
## Google Pay Requirements
1829

1930
<Callout type="info">
@@ -65,4 +76,12 @@ Select **Create**
6576
Now that you've created and configured your Google Pay account, you can associate it to an existing supported Gateway account.
6677

6778
* From the **Settings > Payments** view, choose a gateway ID
68-
* On the Gateway Detail view, under **Google Pay,** associate your Google Pay profile to the gateway, then **Update Gateway.**
79+
* On the Gateway Detail view, under **Google Pay,** associate your Google Pay profile to the gateway, then **Update Gateway.**
80+
81+
### Use Google Pay on External Funnels (API)
82+
83+
<Callout type="info">
84+
85+
See our [**Developer Documentation**](https://developers.nextcommerce.com/docs/admin-api/guides/google-pay) for instructions on implementing Google Pay on the Admin API or Campaigns API.
86+
87+
</Callout>

0 commit comments

Comments
 (0)