Stripe

Generated from:

Create a POST request to Stripe to create a customer with email and name

Request

POST

URL

https://api.stripe.com/v1/customers

Headers

AuthorizationBearer {{STRIPE_SECRET_KEY}}
Content-Typeapplication/json

Body

{"email":"{{CUSTOMER_EMAIL}}","name":"{{CUSTOMER_NAME}}"}

This request was generated from:

Create a POST request to Stripe to create a customer with email and name

Generate your own →

Type any API. Get a production-ready request. No login required.