Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
Stripe - how to create a customer with an account email AND a billing email?

For creating a customer in Stripe I use this:

await stripe.customers.create({
  description: 'My First Test Customer (created for API docs)',
  email: 'example@example.com',
  name: 'John',
  phone: "1234567",
});

But it creates me a customer with:

Account details:
example@example.com
Billing emails:
example@example.com

enter image description here

I want to send another email address to Stripe API and save it to the billing emails (instead the first one).

What do I need to send to Stripe API when creating a customer for setting one email as the account email and one for the billing email?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!