#Roopa

1 messages · Page 1 of 1 (latest)

vivid quailBOT
solar forge
#

👋 happy to help

#

I'm not sure I follow, would you mind elaborating a bit more?

weak acorn
#

Ok. User register to our application and along with it they subscribe to one of the product using checkout page and payment method as Direct debit.

#

After some days admin will assign a one more product to that user, and it should create a another subscription for new product. While creating the subscription through code I am "DefaultPaymentMethod value as payment method id attached to customer" in above case Direct debit using in subscription1.

#

Is this correct? can we use the same payment method for other subscription?

solar forge
#

yes, you can set invoice_settings.default_payment_method on the customer which will be the default PM used on all upcoming subscriptions if no other PM was specified

weak acorn
#

ok. Thank you for that.