I have set up the API connector since half year ago and it is running completely fine. No changes were made since then, and suddenly the API connector Failed To Return the value although post request is successfully executed.
I used Postman to post a similar request, and the value is returned correctly. So i know it is not issue of the url endpoint.
This is what i captured from webhook.site to see the difference :
Post request from postman
Results I see from postman
{
“id”: “f5wc6ris”,
“collection_id”: “knklacep”,
“paid”: false,
“state”: “due”,
“amount”: 200,
“paid_amount”: 0,
“due_at”: “2023-2-25”,
“email”: “testing@gmail.com”,
“mobile”: “+60123456789”,
“name”: “TESTER”,
“url”: “Billplz | Fair payment platform”,
“reference_1_label”: “Ref_label_1”,
“reference_1”: “Reference 1”,
“reference_2_label”: “Ref_label_2”,
“reference_2”: “Reference 2”,
“redirect_url”: “https://staywokeproperty.com/rms”,
“callback_url”: “https://jetfuel-client-prototype.bubbleapps.io/api/1.1/wf/billplz_webhook”,
“description”: “Rental Payment”,
“paid_at”: null
}
Post request from Bubble
Results I see from API Connector
-
When data type set to Json
-
When data type set to text
Both request from Bubble and Postman successfully executed. just the value is not returning correctly when using bubble, out of a suddenly. Anyone please help.