#nate-updates
1 messages · Page 1 of 1 (latest)
Hi there!
To update the default on the Customer then you would update https://stripe.com/docs/api/customers/create#create_customer-invoice_settings-default_payment_method specifically
However, updating the Source attribute of a Customer, to add a new Source, for example, does have specific behavior that will make this new Source the default. See: https://stripe.com/docs/api/customers/create#create_customer-source
If the customer data is then being pulled through a stitch pipeline, would the customer object be immediately updated after either of those commands were run?
I'm not very familiar with a stitch pipeline, but the only way the Stripe Customer object will be updated is if you hit the Stripe API
Got it, thanks!