Help with bank signature authentication

Hello everyone! I’ve been facing errors for quite some time while trying to integrate payment systems into my project. I’ve tested both Mercado Pago and Stripe, but in both cases, I get the same issue: “different signature” or “Webhook secret or signature is missing.” To make it work, I have to skip the signature verification, which isn’t secure and could compromise the system’s integrity. Does anyone know how I can fix this problem?
7 Replies
ihm40
ihm407d ago
Can you show the code you used for stripe (i'm not familiar with mercado) as that should be very possible to make work likely some setup somewhere as gone wrong
CodexBL
CodexBLOP7d ago
It wasn't just with stripe, I just changed the method where the api arrives and it worked
ihm40
ihm407d ago
changed the method how if you don't mind me asking?
CodexBL
CodexBLOP7d ago
I didn't understand
ihm40
ihm407d ago
you said you changed the method where the Api arrives, i'm not sure how that managed to resolve webhook secret missing errors
CodexBL
CodexBLOP7d ago
the error would be the signature validation
ihm40
ihm407d ago
makes sense

Did you find this page helpful?