We use API keys to connect to payment gateways like Stripe, because we tokenize the card data in our platform, as well as pushing the info to Stripe. We don't use "Stripe Connect", because if Stripe ever shut you down, you lose all the saved card data, wh ...
Our PayPal integration requires full billing address for every transaction. 1. Log into developer.PayPal.com with your PayPal login. 2. Click on Apps & Credentials, then Create App. 3. Enter a name for the app and click Create App. 4. You ...
1. Settings > Integrations > Payments 2. Identify the payment processor you wish to use from the tiled list. 3. Click enable and provide the required information (API keys).
1. Click on "Payments" in the left sidebar. 2. Click on "Products" on the top nav bar. 3. Click on the "+Add Product" button. 4. Enter your product name, description and pricing details. When finished. Click Save.
1. Payments > Products > +Add Product.2. Enter a name and description. 3. Click the + button near "Pricing" in the top right. 4. Choose "Recurring", enter an amount and choose the frequency.
1. Payments > Products > +Add Product.2. Enter a name and description. 3. Click the + button near "Pricing" in the top right. 4. Choose "Recurring", enter an amount and choose the frequency. 5. Toggle "Advanced". 6. You will see "Number of Payme ...
The coupon builder can be found by clicking on "Payments" in the left sidebar and then "Coupons" on the top nav.From there, you can see all "Redeemable" or "Expired" coupons. If you click on "+ Create Coupon" you can create a new coup ...
1. Go to Database/Contacts > Forms > + Create Form. 2. Hover your cursor over the "Welcome to my Form" text and hit the X. 3. Click on the Advanced tab, and search for "Purchase". Click and drag it onto the form. 4. On the rig ...
1. Payments > Products > +Add Product.2. Enter a name and description. 3. Click the + button near "Pricing" in the top right. 4. Choose either "One-Time" or "Recurring", enter an amount and choose the frequency (if recurring). 5. Toggle on "Advan ...
This is not something you can do as a beginner with 0 knowledge of coding in JS or sending and receiving API requests, parsing responses in NodeJS etc. 1. Decide on whether you want to use a Hosted payment page with your 3rd party payment processor, or c ...