{{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 total transaction amount | Float |
currency | This is currency code for the transaction (e.g., USD, NGN) | String |
transaction_type | Type of the transaction (e.g., card) | String |
timestamp | ISO 8601 date and time of the transaction. | String |
card_details | Details of the card being used for the transaction | Object |
- bin | First six digits of the card number | String |
- last4 | Last four digits of the card number | String |
merchant_details | Details of the merchant | Object |
- merchant_name | Name of the merchant | String |
- merchant_location | Location of the merchant | 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 |
- customer_phone | Customer’s phone number with country code | String |
- bvn | Customer’s Bank Verification Number (BVN) | String |
additional_info | Additional details regarding the transaction | Object |
- ip_address | IP address of the customer during the transaction | String |
- country_code | Country code associated with the transaction | String |
- location | Customer’s location (can be formatted as “lat=-30.6556,lon=-65.7655”) | String |