#p2aco
1 messages · Page 1 of 1 (latest)
Hi @hexed plinth I can't locate the thread anymore. Can you tell me your quesiton in this thread?
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 😦
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
Okk in which call I need to specify it ?
In the PaymentIntent creation request
OK I try