#Pil0t1

1 messages · Page 1 of 1 (latest)

humble geyserBOT
naive ore
#

Hello! Can you share an example request ID so I can take a look?

vocal moss
#

I don't think I can get a requestID that easily 😦

naive ore
vocal moss
#

got it req_B3z1W3zhHGEZ3a

naive ore
#

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

vocal moss
#

What if the payment method is a bank account ?

#

should I still pass card?

naive ore
#

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