Start a new topic

How do I create in-app payments using Kinvey?

Trying to figure out the best way to integrate with 3rd party payment system providers like Stripe.

1 person has this question
1 Comment

Typically, we recommend using Stripe (https://stripe.com/) to implement payments in your app.



Basically, the implementation consists of two steps:



1) Create a token on the client, and send it to Stripe

(https://stripe.com/docs/stripe.js).



2) Create a Business Logic script which leverages the token created

above, to for example charge the user. This is done by using Stripe's

API (https://stripe.com/docs/api) through Kinvey's request module

(http://devcenter.kinvey.com/reference/business-logic/reference.html#request-module).



Basically, the BL script will act as a thin wrapper around Stripe's API.
Login or Signup to post a comment