#p2aco

1 messages · Page 1 of 1 (latest)

torpid harborBOT
molten stirrup
#

Hi @hexed plinth I can't locate the thread anymore. Can you tell me your quesiton in this thread?

hexed plinth
#

I got this error text PaymentMethods of type 'bancontact' cannot be saved to customers.(Status 400) (Request req_j3XFAZ6qr1Of9y) The PaymentMethod provided (bancontact) is not allowed for this PaymentIntent. Please attach a PaymentMethod of one of the following types: card. Alternatively, update the allowed payment_method_types for this PaymentIntent to include "bancontact"
I create a payment Method bancontact, I set a customer on and to finish I create a PaymentIntent. In the process I got this errors 😦

molten stirrup
#

Ok, that's because you didn't sepcify a payment_method_types

#

As the error message suggest, you should add in a payment_method_types that includes bancontact

hexed plinth
#

Okk in which call I need to specify it ?

molten stirrup
#

In the PaymentIntent creation request

hexed plinth
#

OK I try