Create onboarding Link from Stripe.js

Hello everyone,
Im trying to create the Create onboarding Link action from Stripe.js manually but i’m getting a 400 response with
Raw response for the API
Status code 400
{
“error”: {
“code”: “parameter_missing”,
“doc_url”: “https://stripe.com/docs/error-codes/parameter-missing”,
“message”: “Missing required param: type.”,
“param”: “type”,
“request_log_url”: “Stripe Login | Sign in to the Stripe Dashboard”,
“type”: “invalid_request_error”
}
}
and this is my config the Api and its call :

Thank you!

Try using the “add parameter” button instead of putting it all in the multiline body:

Gaby
Coaching No Code Apps