#daisdead
1 messages · Page 1 of 1 (latest)
hello!
👋 Those billing details will be attached to the PaymentMethod object, not the Customer object
Oh I see
I am assumming there's no API that would achieve updating the customer
API from the stripe client library **
You'd have to make a separate request to update the Customer object. There's no API that would "copy" a PaymentMethod's billing details to the attached customer object
Understood!