Learn how to integrate Amazon Pay into your Bubble app with a clear, step-by-step guide that simplifies setup, configuration, and testing.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
You integrate Amazon Pay in Bubble by creating an OAuth flow (Login with Amazon), then using the tokens you receive to call Amazon Pay’s REST APIs through the API Connector. Amazon does not have an official Bubble plugin, so you must set up OAuth + API calls manually.
Amazon Pay uses Login with Amazon (LWA) for authentication. Bubble supports this through the API Connector with OAuth2 Custom Token. After the user logs in, Amazon returns an access\_token that you use in all Amazon Pay payment API calls (create checkout, confirm, capture, refund).
Inside Bubble’s API Connector, create a new API and choose OAuth2 User-Agent Flow. Use Amazon’s real endpoints:
Bubble will generate a redirect URL. Copy it back to Amazon LWA.
After OAuth is working, you can add REST calls. Example: create a Checkout Session.
{
"webCheckoutDetails": {
"checkoutReviewReturnUrl": "https://yourapp.com/review"
},
"storeId": "YOUR_STORE_ID"
}
Bubble API Connector setup:
The API response returns a webCheckoutDetails.checkoutReviewUrl. Use Bubble’s “Go to external URL” to send the customer to Amazon Pay’s hosted checkout.
Amazon Pay can send status updates (authorized, captured). Use a Bubble Backend Workflow endpoint URL and register it in Amazon Pay console.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence