Mangopay / mangopay2-nodejs-sdk

Node.js SDK for MANGOPAY
https://www.npmjs.com/package/mangopay2-nodejs-sdk
MIT License
51 stars 38 forks source link

Notification hook ResourceId #409

Open paroar opened 5 months ago

paroar commented 5 months ago

Once the event is received, how can we verify the event is still valid? Reading the docs, is that endpoint for retrieving the event by ResourceId?

Screenshot 2024-05-13 at 17 09 12

The sdk has the Events.getAll() but that doesn't seem to help with that

Thank you