{{BASE_URL}}/api/v1/monitoring/transaction_monitoring/
application/json
Field | Description | Type |
---|---|---|
transaction_id | This is the unique identifier for the transaction | String |
amount | The transaction amount | Float |
currency | This is transaction currency (e.g., USD, NGN) | String |
transaction_type | Type of the transaction (e.g., transfer, card) | String |
account_type | Account type associated with the transaction (individual or corporate) | String |
status | Status of the transaction (e.g., completed, pending) | String |
origin_account | Details of the originating account | Object |
- account_number | Account number of the originating account | String |
- bank_code | Bank code of the originating account | String |
destination_account | Details of the destination account | Object |
- account_number | Account number of the destination account | String |
- bank_code | Bank code of the destination account | String |
customer_details | Information about the verified customer initiating the transaction. | Object |
- customer_name | Customer’s full name | String |
- customer_email | Customer’s email address | String |
additional_info | Additional details regarding the transaction | Object |
- ip_address | IP address of the customer during the transaction | String |
- location | Customer’s location (can be formatted as “lat=-30.6556,lon=-65.7655”) | String |
- transaction_description | Description of the transaction (e.g., Payment for order #789) | String |