#Pavan-Subscription
1 messages ยท Page 1 of 1 (latest)
sure ๐
Yes, but you will need to authorization the Payment, which is what confirmCardPayment does. You will need to call "confirmCardPayment"
the question is, how are you collection card information from user?
Just for testing in backend before frontend comes
Any backend API i can call ?
even from Stripe dashboard also fine
That's technically just confirm the PaymentIntent : https://stripe.com/docs/api/payment_intents/confirm
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh wait
if you just want to get rid of the Subscription then: https://stripe.com/docs/api/subscriptions/cancel
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't want to cancel subscription, since it is test mode, want to complete payment using backend or Stripe UI
Yes, so just confirm that PaymentIntent using the former link
Where should i give card details ?