Overview

Stripe Payment Gateway

This module helps to integrate with Stripe payment gateway (http://surl.li/hqxcm).

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

Check the Module ReadMe Snippet for more details and Examples

If webhooks (http://surl.li/kuycm) 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  (http://surl.li/hqxcm). 

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

Check the Module ReadMe Snippet for more details and Examples

If webhooks (http://surl.li/kuycm) 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 (http://surl.li/kuycm) 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

Screenshots

  •      
  •