Hi! I am a designer living in Colombia, and Bubble has been an amazing tool to implement my ideas! However, due to my location, I find some limitations, mainly with the payment methods, since Stripe doesnt handle my currency.
I found a page called PayU, that works with my currency and is super easy to use! it would help me a lot handling payments from my customers.
So, PLEASE BUBBLE! Add PAYU to the plugins. And / Or suggest a way I can implement its API Key and functions to my app!
Well, yeah! i was looking deeper into it. But I find more difficulties in the side of bubble, because i dont know how to create an API Call with the bubble Connector. How or what should I do to use the info and functionalities provided by PayU?
Hola Juan. Regards from Colombia. It´s a little tricky to connect PAYU but it is possible. I did it in some projects. Just check out very well and with patience the API http://developers.payulatam.com/en/api/ and use the api Connector to make the calls. You also need to code some Javascript. I don´t have a tutorial right know but let me know if you need some extra help.
Wow, no habia visto tu respuesta, por eso la respuesta super tarde.
Bueno, super que haya esperanza con PayU, debes saber que manejar pesos en las apps en Colombia es importante, asi que PayU puede ser solucion. La cuestion es que, por lo que he visto, se debe tener un precio fijo, para fijar este precio en la plataforma de PayU, (como un producto) Y pues mi idea involucra precios variables. Es posible integrar un boton o la API de PayU asignando un valor variable proveniente de algun workflow dentro de bubble?
Hi @LoreC I have been doing some research, and honestly, I don’t want to trust PayU. So I see other options. @ZeroqodeSupport has a PayPal Plugin that looks promising, I haven’t tested yet tho. And also, Stripe atlas offers an alternative for business outside the US, it’s more complex but worth trying
They don’t have good ratings, and I have read many bad reviews from e-merchants. Plus, last time I saw their commission fee was higher than others payment gateways.
Hello everyone!
So what options have you seen in South America for payments?
In my case the idea is to work on a platform with sellers, a marketplaces system and subscriptions … the best option is Stripe but it is not yet available here, except in Basil.
Paypal for markets and braintree doesn’t work either.
Mercado Pago is very difficult for me. (I keep trying).
I was able to integrate Payumoney India web checkout. Copied the HTML form and used dynamic inputs in the form, for redirect I used backend workflow, created backend workflow for all 3 redirect url parameters (surl,furl,curl) and created success and failure pages.
Setup detect data url in surl, furl and curl of the HTML form. And redirect to respective pages in the backend workflow.
For the first time setup, open the detect data window and run a transaction so that payu can send response data to bubble, once bubble detects the data you will see something like this:
Hey Rohit,
Yours is a very helpful article. I was able to successfully achieve what you have explained here. However I have a different issue. I am experiencing a session time out everytime the page is redirected from the payU. Any thoughts on how can this be fixed.