#dineshkumar6419
1 messages · Page 1 of 1 (latest)
Hi
You can accept off session payment using collected payment methods, check this guide:
https://stripe.com/docs/payments/save-during-payment
is this possible in checkout, i mean checkout is possible on backgrounfd process?
No, you need to use Stripe Element
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
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
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?
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.
Follow the link I shared with you previsously with one of these payments, in order to collect the payment method and set it for future usage
https://stripe.com/docs/payments/save-during-payment
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