Blog

Introducing Stripe Integration Plugin

by on July 20, 2018

backendless-stripe1
We just published a new product into our Marketplace that enables integration with Stripe. Introducing the Stripe Integration Plugin and its purpose is to handle card payments submissions to Stripe. The plugin runs in Backendless business logic (Cloud Code) and uses Stripe’s app signing and secret keys when communicating with Stripe. Below is a list of functions performed by the plugin:

  • Submits charge transactions to Stripe from a secure server-side environment. This function is initiated by an API call into the plugin from your mobile/web app.
  • Receives transaction information and returns it to the mobile/web app.
  • Receives webhook calls from Stripe and stores information about your Stripe app events in the Backendless database.
  • Sends out a real-time message when a webhook is received. This allows your mobile/web app to inform the customer that a transaction is complete.

For additional information, see the Stripe Integration Plugin documentation.

Leave a Reply