Stripe Payment Gateway
Overview
Stripe Payment Gateway
This module helps to integrate with Stripe payment gateway (https://stripe.com/en-in).
The following features are part of this module,
- Price: Create Price
- Invoice: Generate Invoice, Generate Invoice Line items & Finalize Invoice
- Payment Link: Generate Payment Link, Generate Payment link - Donate
- Products: List Products
- Customer: Create Customer
Check the Module ReadMe Snippet for more details and Examples
If webhooks(https://stripe.com/docs/webhooks) are created in Stripe, then
Create REST Service and create a POST Service and add the ‘StripeSignature’ Java action to check the signature for validation.
Documentation
Stripe Payment Gateway
This module helps to integrate with Stripe payment gateway (https://stripe.com/en-in).
The following features are part of this module,
- Price: Create Price
- Invoice: Generate Invoice, Generate Invoice Line items & Finalize Invoice
- Payment Link: Generate Payment Link, Generate Payment link - Donate
- Products: List Products
- Customers: Create Customer
Check the Module ReadMe Snippet for more details and Examples
If webhooks(https://stripe.com/docs/webhooks) are created in Stripe, then
Create REST Service and create a POST Service and add the ‘StripeSignature’ Java action to check the signature for validation.
Dependencies
- Mendix modeler 9.12.4.
- Jars are added as part of the module.
- Encryption module
Configuration
Add the ‘StripeConfiguration_Overview’ to the Navigation and Add the Stripe Secret key
Create a new page and add the snippet ‘SNIP_StripeAPITest’ to the page to test the stripe API’s
In API Folder, the below Stripe API are available,
- Create Price
- Generate Invoice
- Generate Invoice Line items
- Finalize Invoice
- Generate Payment Link
- Get Product List
In Example Folder, the above API’s are used to build the payment gateway
If webhooks(https://stripe.com/docs/webhooks) are created in Stripe, then
Create REST Service and create a POST Service and add the ‘StripeSignature’ Java action to check the signature for validation.
Check REST Service Folder in Example for more details
Known bugs
None
Releases
Modified the Data grid to Data grid 2 and added customer flow