Generated from:
Create a POST request to Stripe to create a customer with email and name
URL
https://api.stripe.com/v1/customers
Headers
| Authorization | Bearer {{STRIPE_SECRET_KEY}} |
|---|---|
| Content-Type | application/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.