- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This repository provides a guide on integrating YaYa Wallet's incoming webhooks to receive real-time updates and automate reactions based on events in your YaYa Wallet account.
Server
- Real-time Updates: Receive immediate transaction information updates.
- Automatic Reactions: Trigger reactions in your backend based on YaYa Wallet events.
- Secure Signature Verification: Utilize HMAC with SHA256 for secure event verification.
The following example payload shows a webhook update information at the end of a transaction:
{
"id": "1dd2854e-3a79-4548-ae36-97e4a18ebf81",
"amount": 100,
"currency": "ETB",
"created_at_time": 1673381836,
"timestamp": 1701272333,
"cause": "Testing",
"full_name": "Abebe Kebede",
"account_name": "abebekebede1",
"invoice_url": "https://yayawallet.com/en/invoice/xxxx"
}
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:binhussen/yaya-wallet-webhook.git
Install this project with:
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
👤 binhussen
- GitHub: @binhussen
- Twitter: @binhussens
- LinkedIn: @binhussen
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
I would like to thank for yaya help center
This project is MIT licensed.