Posting Child Parameters Stripe

Hello,

I need to post a redirect link at this step in my workflow.

What is the correct curl code for the bubble api?

Current Set Up – Note the Line items work, its the redirect link

Stripe API Docs

I get parameter unknown error

What is the correct parameter string for redirect.url?

Is there a list where you can find these?

Thanks in advance.

most of the time you can replace the . from stripe docs with [], so after_completion[redirect][url]

But I don’t know this offhand as I normally have to play with them to get it configure properly