Conversion Webhook

conversion.successful

This event is dispatched when an authenticated user performs a successful conversion

{
  "event": "conversion.successful",
  "data": {
    "business": "61aa4e72cc67b6f04d97f874",
    "amountCharged": 450000,
    "amountReceived": 846.45,
    "fee": 8.55,
    "sourceCurrency": "NGN",
    "destinationCurrency": "GBP",
    "rate": 0.0019,
    "settlement": null,
    "status": "successful",
    "createdAt": "2022-02-20T18:53:59.310Z",
    "updatedAt": "2022-02-20T18:53:59.310Z",
    "reference": "883beb04-551b-4114-8ed9-12cb196b67c1"
  }
}

Webhook Parameters And Description

DataDescription
data.businessThe ID of the business that performed the conversion
data.amountChargedThe addition of the transaction fee and amount to be converted
data.amountReceivedThe amount that settles in the virtual account after the fee has been deducted
data.feeThe fee charged for the transaction
data.sourceCurrencyThe currency the funds was converted in
data.destinationCurrencyThe currency the funds was converted to
data.rateThe conversion rate
data.settledAtThe timestamp the fund settles in the user wallet
data.statusThe status of the conversion
data.createdAtThe timestamp the conversion was created
data.updatedAtThe timestamp the conversion was updated
data.referenceThis is the unique reference generated for the conversion