Hello everyone,
I am trying to implement a payment system in Bubble because stripe and others doesn’t work in my country (New Caledonia).
The first step was to create a formtoken which I did through an API POST:
https://epaync.nc/doc/fr-FR/rest/V4.0/javascript/guide/create_formtoken.html
I put it in a button which then create the token and send you to another page where a form is created from a HTML element and the previous token
https://epaync.nc/doc/fr-FR/rest/V4.0/javascript/guide/payment_form.html:
however this html element require you to put a url in case of success of payment but i can’t find a way to put one without creating a workflow from bubble. Moreover the next step is to retrieve information from the url which i don’t understand how :
https://epaync.nc/doc/fr-FR/rest/V4.0/kb/payment_done.html
If someone who knows a similar process could help me please ,
Have a great day


