Hi,
I’m doing an integration with one of the biggest payment gateway in Brazil (Stone), to enable my webhook URL’s I need to return a response to them as follows:
Format: JSON
Body:
{
"success": true
}
But by default Bubble returns
{
"status": “success”,
"response": {
"success": true
}
}
Returning the response in “plain text” format doesn’t work, I would like to know if there is a way to return JSON but with only a single tag (parameter)
Wait the return