#dineshkumar6419

1 messages · Page 1 of 1 (latest)

zealous canyonBOT
fossil harbor
sharp kestrel
#

is this possible in checkout, i mean checkout is possible on backgrounfd process?

fossil harbor
#

No, you need to use Stripe Element

sharp kestrel
#

i already done , recurring and no-recurring items in single session on check out, any other option we have for recurring and no-recurring items pay at atime?

#

why i am asking this, check out asking each time card details, but i don't go stripe each payment and i don't enter card details each time

fossil harbor
#

i already done , recurring and no-recurring items in single session on check out, any other option we have for recurring and no-recurring items pay at atime?
If you have a payment methods that is set for futrure and off_session usage, you can create Subscription and one time payments

#

but you can't achieve this using Checkout Session

sharp kestrel
#

please give me reference link for payment methods, Subscription and one time payments

#

payment methods, Subscription and one time payments those we can do when click pay button from website?

#

Customer A buying
Item A is recurring
item B is Non-recurring
both item need pay in single payment + if first time need save card and pay
same customer A again buying
Item C is recurring
item D is Non-recurring
both item need pay in single payment + using saved card details
above two scenario, which option i shoud use?

fossil harbor
#

Customer A buying
Item A is recurring
item B is Non-recurring
both item need pay in single payment + if first time need save card and pay
You can achieve this using Stripe Checkout:
However you can't set the payment for future usage.
You need to use Element with two separate payments.

#

then directly make another payment (off_Session) for the other item

#

same customer A again buying
Item C is recurring
item D is Non-recurring
both item need pay in single payment + using saved card details
You can use update the Susbcription's invoice with one time payment