Stripe Identity

I’m trying to set up a custom action with stripe identity, I was wondering if anyone had done something similar in the past. Attached below are images of my mistakes, can anyone tell me what I’m doing wrong and how to correct it? The API is cURL

I’m making an API to create a verification session. Stripe API reference – Create a VerificationSession – curl

You need to make your API key an input and use it in a header like this:

Then all the fields you want to pass to Stripe are put in as Query Parameters like this. Note this is an example of a field with child parameters:

For the query parameters they can either be inputs or you can enter them directly in the value if they’re constant.

1 Like

wow man I can’t thank you enough!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.