sure, so i am building a platform with one time payments.
What I do first before intiaiting any payments is I let the user first input their billing info ( adress)
that billing info is then used in communciation to dodo payments, which generates a checkout url, that checkout url is then taken from my application and is loaded correctly.
I checkout with the fake card, and it doesnt seem to redirect me to my endpoint that is awaiting the payment response that listens to failed payments or success payments.
Since I'm not getting redirected to my own app, my endpoint is not given the righ information, thus me not being able to give access to the one time payment.
My webhook is setup with the webhook url pointing to my app/api/webhooks/dodo with the signing key being passed.
but like i said it's not hitting it.
i am on vercel and have set the env variables correctly, and even tried making a new webhook etc
nothing seems to work