Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.23 KB

readme.md

File metadata and controls

32 lines (18 loc) · 1.23 KB

lib_Stripe

This is the Stripe Payment Platform Connector for Convertigo. This enables Convertigo Mobile or Desktop apps to interact with the Stripe platform for building eCommerce or mCommerce applications to accept payments.

Capture

Installation

  • In your Convertigo Studio use File->Import->Convertigo->Convertigo Project and hit the 'Next' button

  • In the Dialog 'Project remote URL' field Paste :

      lib_Stripe=https://github.com/convertigo/c8oprj-lib-stripe.git:branch=7.9.0
    
  • And click the 'Finish' button

Usage

Configuring your Stripe Environment

Stripe needs you to configure some account information to get your API keys. You can find them in the Stripe dashboard :

https://dashboard.stripe.com/test/dashboard

Configuring Convertigo Symbols

lib_Stripe needs some symbols to be configured. You configure them trough the Web Console: https://<your site>.convertigo.net/admin, hit the symbols button to get to the symbol configuration page.

Symbol value
lib_Stripe.privateApiKey.secret The private Stripe API Key you will find in the Stripe dashboard
lib_Stripe.publicApiKey The public Stripe API you will find in the Stripe dashboard.