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 Stripearrow-up-right 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.

circle-info

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

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

Create Customerchevron-rightGet Cardschevron-rightCreate Cardchevron-rightMake Defaultchevron-rightDelete Cardchevron-rightSubscriptionchevron-rightCancel Subscriptionchevron-rightResume Subscriptionchevron-rightPaymentchevron-right

Last updated