"Stripe Verify" Not Connecting In API Connector

I can’t understand why this call isn’t working. I imported the cURL from Stripe’s API reference but it won’t work for me and keeps saying it’s missing a parameter, which it doesn’t appear to be missing!?

Imported:

Into API connector in Bubble:

Initializing results in an error for a missing parameter but it is indeed there as you can see:

What am I doing wrong??

You need to use querystring parameters, and not JSON, for requests to Stripe’s API.

1 Like

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