Create Customer

This API will create a new Stripe customer based on the current mobile user

It isn't required for other payments API since the customer will be automatically created if not present

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

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

Parameters

This API has no parameters.

Last updated