#vijju
1 messages · Page 1 of 1 (latest)
Yes, you can directly specify which payment method to be used on which subscription
using Subscription's default_payment_method
can we create subscription scheduels as well in this way
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok
lets say i have a finance for 3 months like below
Mon intrest principal
1 $10 $90
2 $9 $91
3 $8 $92
we can create subscription schedules for 3 months
is it possible to deduct intrest from one card and principal from another card?
Well I think yes, you can test it out in Test mode
what i trying to ask is
do i need to create two different schedules to achive this or i can achive this with one schedule?
When you need 2 Subscriptions, then you will need 2 Subscription Schedules