Help with Confirming SetupIntent via API in Live Mode (Stripe + Bubble)

Hi everyone!
I’m trying to confirm a Stripe SetupIntent via API in live mode in Bubble, but I keep getting stuck at the confirmation step.
Here’s my setup:

1.create the SetupIntent on the backend via API (works fine, I get the client_secret).
2.I use Stripe Element (from Bubble plugin) to collect the card info.
3.Then I call a Confirm SetupIntent action using the API Connector (endpoint: https://api.stripe.com/v1/setup_intents/[id]/confirm).

However, it doesn’t seem to actually attach or confirm the payment method, and I get inconsistent results. Sometimes Stripe says the SetupIntent needs further action, sometimes nothing happens.
I’m attaching:

  • API definition
  • API call (confirm)
  • Workflow steps
  • Stripe plugin usage

I’m doing this in live mode, and would love to hear if someone has successfully done this using the Stripe API in Bubble.

Thanks in advance! :folded_hands:




This topic was automatically closed after 70 days. New replies are no longer allowed.