#Alan Tse
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) that returned this error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
You may also find the request ID (req_xxx) request_log_url in the screenshot
Thanks for sharing!
it's the req id
As per https://dashboard.stripe.com/test/logs/req_vnDDyVHvUV1VeX, payment_method_types accepts array, but you're setting it as a string. Could you try changing it to ['us_bank_account']
No problem! Happy to help 😄