#terraluffy
1 messages · Page 1 of 1 (latest)
thank everyone for reading
Hi
Yeah according to the error you should probably reach out to Stripe Support for this.
Meanwhile, Charges APIs are deprecated and you should be using PaymentIntents API. You should follow this guide instead:
https://stripe.com/docs/payments/accept-a-payment
i need to make a POST method to this endpoint right?
POST /v1/payment_intents
When creating a PaymentIntent yeah ... here is another quick start:
https://stripe.com/docs/payments/quickstart
thank you so much