Webhook
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 here.
Add Callback URL to App
PUT
https://api.console.eyowo.com/v1/apps/settings
Request Body: { "callbackURL": "https://<web_server>/webhook"}
Request Body
Name
Type
Description
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.
Webhook Payload: BANK TRANSFER
See requery bank transfers for statusCode
Webhook Payload: PHONE_TRANSFERS
Last updated
Was this helpful?