Stripe

In this part, we will discuss how to implement payment API connected with a Stripe merchant account.

Before you read this part, we’d suggest getting comfortable with Stripe and its features by creating an account and obtaining an API Key. You'll need to put this in the Mburger dashboard in the section, Settings.

In order to handle all logic of renewing subscriptions, you need to set the Stripe webhook to https://mburger.cloud/stripe/webhook

This API will use objects generated by Stripe API in response.

pageCreate CustomerpageGet CardspageCreate CardpageMake DefaultpageDelete CardpageSubscriptionpageCancel SubscriptionpageResume SubscriptionpagePayment

Last updated