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

后端 未结 0 1619
终归单人心
终归单人心 2021-01-12 21:09

For creating a customer in Stripe I use this:

await stripe.customers.create({
  description: \'My First Test Customer (created for API docs)\',
  email: \'exa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题