Payment

How to create a new Stripe payment for the logged user

Calling this API will immediately charge the user for the amount of the product.

For the billing lifecycle please refer to Stripe documentation

POST https://mburger.cloud/api/payments

curl https://mburger.cloud/api/payments
-X POST
-H "Accept: application/json" 
-H "X-MBurger-Token: <token>" 
-H "X-MBurger-Version: 3"
-H "Authorization: Bearer <JWT>"
-d '<data>' 

Parameters

Last updated