Webhook
Last updated
Was this helpful?
Last updated
Was this helpful?
Integrating webhook to your application is pretty straight forward. Eyowo post data for every transaction back to your servers using your callback URL. You can read up more on webhooks .
PUT
https://api.console.eyowo.com/v1/apps/settings
Request Body: { "callbackURL": "https://<web_server>/webhook"}
callbackURL
string
Web URL
You’ll want to ensure that the callback URL accepts a POST request and respond with a status of 200 for the health check process to be successful.