#.jovanm_

1 messages · Page 1 of 1 (latest)

zinc shuttleBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

trim kernel
#

Hello! Yeah, using both won't hurt anything. The one on the Subscription will override the one on the Customer if both are set to different values.

opaque kayak
#

Hmmm I'm quite confused. So when I set a different payment method, for example:
subscription.default_payment_method = pm1_xxxxxxx
and
customer.invoice_settings.default_payment_method = pm2_xxxx

will the value of customer.invoice_settings.default_payment_method be changed to pm1_xxxxxxx ?

trim kernel
#

No, they're separate.

#

Imagine a Customer with three Subscriptions. If you set the default on the Customer it will apply to all Subscriptions that don't have their own default set. But if you set a default on one of those Subscriptions that will be used instead of the Customer default.

#

The other two Subscriptions, without their own defaults, would continue to use the Customer's default.

#

You should probably only set the default on the Customer to avoid confusion/complexity that you don't need.