Question about backend, request data

hi, im making api to a payment gateway, i do the first call at api conector for credit card for a monthly pay, and on backend i do a request data when the payment status is PAYMENT CONFIRMED, hhe executs the action, but when i get the link on bubble and put on webhooks of gateway plataform, i recive the first call, after i get off the inicialize of the link, but i guess when i make a pay, i supposed to recive a notification on request data right? im using sandbox version on gateway and i can make a charge in my app, an after pay this charge on gateway, i guess that i will receiv a notification? or no?

My question is, when I pay for the charge I created on my platform, and I have the request data open, should I receive a notification?

because in the action I say that when payment status is confirmed, perform this action, then he should receive something right?

It’s not so clear what the issue is. When you get the link from bubble it usually has /initialize at the end. After initialization of your endpoint remove /initialize from the payment gateway platform. On the endpoint in bubble check " doesn’t require authentication" and also “public endpoint”…
With that every time you complete a transaction you should get back a webhook data to your Bubble endpoint.

yes, this is the problem, i dont receive anything, any webhook getback, im using a whatsapp api, and i guessed could the parameters of api could be wrong, so this will be cause of the nothing response, but i put on workflow to creat a new item on database, just to me know if something got back, but no sucesss

Okay well first you need to set up privacy rules… and two of your API workflows aren’t publicly exposed so they won’t be found at all.


Make sure you’re setting the webhook URL to version-test/api/1.1/wf/uazapi_copy.

this webhook is about the whatsapp api plugin that im using, but my prblem is the webhook of getway payment
image