CAD

🚧

Note: You must have added an interac email (e.g [email protected]) via the Blaaiz dashboard. Without this, funds won't reflect in your wallet.

When your CAD wallet is funded via Interac's auto-deposit, details about the transaction are sent in a payload that provides essential information for record-keeping and reconciliation.

Parameters Overview

ParametersDescription
messageA message indicating the status of the transaction.
transaction_idA unique identifier for the transaction used for tracking and reference.
transaction_referenceA unique identifier for the transaction used for tracking and reference.
transaction_statusThe status of the transaction (e.g., SUCCESSFUL, FAILED).
transaction_feeThe fee charged for the transaction.
transaction_amount_without_feeThe amount that was transferred, excluding any fees.
transaction_amountThe total amount of the transaction, including fees.
transaction_currencyThe currency in which the transaction was conducted (e.g., CAD for Canadian Dollars).
source_informationAn object containing details about the source of the funds.
source_information.collection_emailThe email address of the sender who initiated the collection.
event_idA unique identifier for the event associated with the transaction.
typeThe type of transaction, indicating it as a collection (e.g., "collection").

Example Payload

{
  "message": "Transaction Completed",
  "transaction_id": "20580e50-1b32-40a6-aa46-ac8e795b3zas",
  "transaction_reference": "CA1MR6ahQBCJ",
  "transaction_status": "SUCCESSFUL",
  "transaction_fee": 0.0,
  "transaction_amount_without_fee": 20.0,
  "transaction_amount": 20.0,
  "transaction_currency": "CAD",
  "source_information": {
    "collection_email": "[email protected]"
  },
  "event_id": "9d46a6c7-fbb4-48f0-912c-4f9611fe5844",
  "type": "collection"
}