https://github.com/frain-dev/convoy-paystack
Artifacts for Paystack Webinar on Webhooks.
https://github.com/frain-dev/convoy-paystack
Last synced: 12 months ago
JSON representation
Artifacts for Paystack Webinar on Webhooks.
- Host: GitHub
- URL: https://github.com/frain-dev/convoy-paystack
- Owner: frain-dev
- Created: 2022-10-24T00:17:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T04:25:51.000Z (over 3 years ago)
- Last Synced: 2025-04-10T05:08:52.700Z (12 months ago)
- Language: Go
- Size: 137 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convoy-paystack
This repository contains all materials used for the Paystack, and Convoy event on webhooks.
### Prerequisites
1. [Paystack account](https://paystack.com)
2. [Convoy account](https://dashboard.getconvoy.io/signup)
3. [Convoy CLI](https://getconvoy.io/download)
### Code Snippets
- **Generate Invoice:** This is a simple ruby script used to generate several invoices on Paystack to test webhooks delivery and debugging.
- **Serverless Function:** This is a simple Google Cloud Function written in Golang used to demostrate receiving webhook events.