#tomhamiltonstubber
1 messages · Page 1 of 1 (latest)
Hi there. Looking
Currently if I create test one, I can see the PI pi_3MEEc6DQ1y5Lg5MJ0J5cxogD on the dashboard, but the response I get has next_action set to None
Example request req_1tBVKhSPmzDzIN
Ah it's because you didn't pass confirm=True: https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=api#web-create-and-confirm-payment-intent
You'll need to confirm the payment intent first as was done in the above step
Ahhh okay