#filipeestacio
1 messages ยท Page 1 of 1 (latest)
Yes
the billing details are related to the PaymentMethod rather than the subscription itself
you can update the PM's billingDetails https://stripe.com/docs/api/payment_methods/update#update_payment_method-billing_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How about setting the email where the invoice should be sent to?
Ah I see that's there too.
Thanks!
that would be the customer's email
Thank you!
let me know if you need any more help