#sahib
1 messages · Page 1 of 1 (latest)
Is there any possiblity that all payment process done by server side only
@upper oxide
@upper oxide but after creating payment intent it show's status = 'requires_action' but I have to compelete this payment intent on my server side
where is your account located in?
India
3DS is required in India
can you tell right flow for 3ds with subscription in docs is really confusing
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@twin token please do not enter another thread
@twin token I have payment method Id and customer but my client requires that payment is deducted before 6 hours of booking an order then how I can manage can you help me
yes i have done it but dont know flow is correct or not
stripe people are not helping just saying refer to docs
message me in personal @stuck steeple
@upper oxide I have payment method Id and customer but my client requires that payment is deducted before 6 hours of booking an order then how I can manage can you help me
@bronze mulchzan I don't want to hold any payment I run cron in my application to hit payment
then maybe you just want to save the card without charging then. https://stripe.com/docs/payments/save-and-reuse
@lost sky I am using in server side without interaction from client side
sorry but that's not how Stripe works, you need a frontend client side component to accept the card details.
my client wants to book an order for future date when future date is comes. 1 hour before payment should be deducted
then how can I manage this
https://stripe.com/docs/payments/save-and-reuse explains how to save a card and then charge it in future at any time you want
Is working with paymentIntent also?