All of our webhook events follow the same payload structure.
{
"event": "billpayment.created",
"data": {
payment: {} //payment payload.
}
}
Types of Events
Here are the different types of events we currently send. We'll update this list as we build more products or discover more actions.
| Event | Description |
|---|---|
| billpayment.created | A bill payment was created and about to be processed on Yangaplug |
| billpayment.failed | A bill payment failed |
| billpayment.successful | A bill payment was successful |
| cardholder.created | A new cardholder is created on Yangaplug |
| card.created | A new card is issued on Yangaplug |
| card.transaction | A transaction occured on a card. |