PAYMENT.INITIATED

This event is dispatched when a payment has been initialized.

{
  "event": "payment.initiated",
  "data": {
    "transaction": {
      "reference": "bq_B09BMmXXgWMzRSmon",
      "merchant_name": "Appstate",
      "payment_currency": null,
      "payment_currency_name": null,
      "payment_currency_slug": null,
      "status": "INITIATED",
      "customer_email": "[email protected]",
      "customer_name": "tunde",
      "payment_amount": null,
      "amount_paid": null,
      "description": null,
      "is_live": false,
      "created_at": "2022-07-14T20:17:11.000Z",
      "meta": {}
    }
  }
}
FieldDescription
eventThe webhook event action that triggered the webhook
dataAll information related to this specific webhook.Object
data.transactionAll information related to the transaction is being carried out.Object
data.transaction.referenceBasqet transaction referenceString
data.transaction.merchant_nameBasqet merchant nameString
data.transaction.payment_currencyTransaction currency idString
data.transaction.payment_currency_slugTransaction currency slugString
data.transaction.statusTransaction status ("INITIATED","PENDING","ABANDONED","SUCCESSFUL")String
data.transaction.payment_amountPayment amount (Amount User was to pay)String
data.transaction.amount_paidAmount Paid (Amount user sent to wallet address)String
data.transaction.descriptionTransaction description
data.transaction.is_liveMerchant account status
data.transaction.created_atThe date the transaction was created.