rohan2
1
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
I am trying to send customer details to Stripe (address) using Bubble API Connector.
I have tried with
customer_details[address][city]
customer_details[address][country]
it replies with a status 400
any idea of how I should format the parameters?
which endpoint is that you’re calling?
and what exactly are you trying to do by ‘sending the Customer details to Stripe’?