#Pavan-Subscription

1 messages ยท Page 1 of 1 (latest)

stoic bluff
#

๐Ÿ‘‹ Bear with me as I am a bit swamped at this moment

potent pike
#

sure ๐Ÿ™‚

stoic bluff
#

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?

potent pike
#

Just for testing in backend before frontend comes

#

Any backend API i can call ?

#

even from Stripe dashboard also fine

stoic bluff
#

Oh wait

potent pike
#

I don't want to cancel subscription, since it is test mode, want to complete payment using backend or Stripe UI

stoic bluff
#

Yes, so just confirm that PaymentIntent using the former link

potent pike
#

Where should i give card details ?

stoic bluff
#

For convenience purpose just use pm_card_visa. It will use a default test card

#

oh you can do it with Stripe Cli!

#
stripe payment_intents confirm pi_xxx \
  --payment-method=pm_card_visa