Stripe: Validating if a payment was processed, so many options

后端 未结 0 1685
天命终不由人
天命终不由人 2021-01-22 08:12

I am initiating a Stripe payment request with the following code:

const payment = await stripe.paymentIntents.create({
      amount: finalTotal,
      currency: &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题