Hello my bubble friend,
I’m creating the webhook notification for my payments but I couldnt manage a solution yet.
Just to be clear, this payment gateway to a verification of the webhook url in two steps.
1 -start the process of a simple GET http call to your URL, and it request a token to be sent back.
I already did this using retorn data from API
2 - You should set up an HTTP endpoint on your server and make be sure that you can accept webhook requests with a POST method.
That when I have no ideia of what to do, bubble api workflow just accept one method to trigger the workflow. If I set it to post and trying to do a Get from postman this happens:
My question is, how to allow a single api workflow to trigger two methods ( Get and Post)?
I already saw here in the forum integromat, but it will not work for me as integromat dont have integrations with VivaWallet.
Thanks Guys!