#Pil0t1
1 messages · Page 1 of 1 (latest)
Hello! Can you share an example request ID so I can take a look?
I don't think I can get a requestID that easily 😦
You should be able to easily grab it from the dashboard https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
got it req_B3z1W3zhHGEZ3a
thank you! i'll take a look in a mi nute
So I believe this is a restriction specific to using automatic payment methods - we require you to specify return_url because we don't want your integration to suddenly break if you enable a payment method type that requires it
If you're sure you only want to use cards then you can set payment_method_types: ['card'] instead of using automatic payment methods
if you want to use more than card then you'd need to pass in those payment method types
Let me lay it out like this:
- If you want to use automatic payment methods (so you configure the types through the dashboard) then you HAVE to provide a return URL
- If you don't want to use automatic payment methods then you need to pass in each type you want to use with
payment_method_types