API Reference

Supported Event

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.


EventDescription
billpayment.createdA bill payment was created and about to be processed on Yangaplug
billpayment.failedA bill payment failed
billpayment.successfulA bill payment was successful
cardholder.createdA new cardholder is created on Yangaplug
card.createdA new card is issued on Yangaplug
card.transactionA transaction occured on a card.