#Roopa
1 messages · Page 1 of 1 (latest)
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?
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
ok. Thank you for that.