#sbebon
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Unfortunately, we'd not know anything about bubble as it is a third-party tool ๐ฆ
I can try though, what have you tried so far? What's missing?
this is the code in raw: type=document&return_url=myurl
but stripe doesn't display the button with the return url once the verification flow is complete
i'm sending you a screenshot to be more clear
Are you seeing any API errors when you try this request?
yes it tells me that my url is not valid
have you tried sending a JSON body instead?
yes but then i can't add the type parameter
i have no clue why
but to be honest i don't know how to write in json with x-www-form-urlencoded
What error do you get if you provide the type parameter?
missing parameter: type
i'll paste what I write but i really hope there are some errors i'm not seeing
"type":"document",
"metadata": {
"user_id":<user_id>
},
"return_url":"https://thebalotta.com/version-test/native"
Can you share the request ID for the error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
400
request Id should look like req_xxx
req_8ZtcGVWd8JY2vK
Looks like no values are coming in as part of the request body
https://dashboard.stripe.com/test/logs/req_8ZtcGVWd8JY2vK
Yeah sorry couldn't help much, as I mentioned we're not familiar with Bubble since it's third-party
You may want to try using a different tool like Postman or insomnia, I've heard they're easier