mishav
January 25, 2017, 2:17am
2
The M-PESA API documentation is linked on: https://www.safaricom.co.ke/business/corporate/m-pesa-payments-services/m-pesa-api
It looks like a SOAP over XML interface. It might be possible in Bubble, but likely to have many obstacles. I’d suggest searching this forum for SOAP (add water to get bubbles).
Some relevant posts here:
Well, we are very close with bubble making api calls to some soap based web services. For now, I think I’ve run into a blocker where I can’t insert dynamic data (e.g. an input field) into the soap template. It seems that the entire template is replaced.
This does work when the template is json, however.
Here is a screen grab of the issue in the editor:
[image]
If I click on ‘insert dynamic data’ here, the entire template is replaced.
Please let me know if this is something you can correc…
Hi everyone!
I’m stuck with trying to connect to my SOAP API. The goal is to retrieve a quote via the “Getquote” function which is available in our webservice and use that quote in an application in Bubble.is. Therefore, I want to make it work through form-data so I can reuse the keys and values in Bubble. I get a succesfull quote through the raw method. See picture
[image]
You can see that all my fields are in the body so with the form-data method I put all the individual fields in key and …
We support converting from XML to JSON in the response (see the API connector). Now sending parameters I’m not sure, we haven’t hit that one yet). if you can set up a test situation that’d be good.
Reach out to support@bubble.is to talk about a custom integration.
1 Like