curl --request POST \
--url https://sigmaprod.sabipay.com/api/v1/transaction-monitoring/instant \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'apiSecret: <api-key>' \
--data '
{
"transactionData": {
"reference": "<string>",
"transactionDate": "2023-11-07T05:31:56Z",
"type": "debit",
"currency": "<string>",
"accountCurrency": "<string>",
"amount": 123,
"isExternalPayment": true,
"status": true,
"channel": "card payment",
"balanceBefore": 123,
"accountCurrencyBalanceBefore": 123,
"narration": "<string>",
"transactionScheme": "<string>",
"sessionId": "<string>",
"exchangeRate": 123,
"usdExchangeRate": 123,
"senderAccount": "<string>",
"receiverAccount": "<string>",
"email": "[email protected]",
"vasReceiver": "<string>",
"refund": true,
"isInternalAccount": true,
"isStaffAccount": true,
"isDormantAccount": true,
"isCheque": true
},
"anonymizedUserData": {
"uniqueId": "<string>",
"country": "<string>",
"isBanned": true,
"isIdentityVerified": true,
"bankCode": "<string>",
"bankName": "<string>",
"name": "<string>",
"state": "<string>",
"city": "<string>",
"accountType": "individual",
"age": 123,
"dateJoined": "2023-11-07T05:31:56Z",
"businessCategory": "<string>",
"isPhoneNumberVerified": true,
"iban": "<string>",
"userRisk": "low",
"sortCode": "<string>",
"bankCountry": "<string>",
"dob": "<string>",
"email": "[email protected]",
"pepStatus": true,
"sow": "<string>"
},
"counterpartyData": {
"country": "<string>",
"bankCode": "<string>",
"name": "<string>",
"accountNumber": "<string>",
"accountType": "<string>",
"iban": "<string>",
"sortCode": "<string>",
"bankCountry": "<string>",
"bankName": "<string>",
"email": "[email protected]"
},
"thirdPartyUserData": {
"uniqueId": "<string>",
"cardPan": "<string>",
"email": "[email protected]"
},
"device": {
"deviceId": "<string>",
"manufacturer": "<string>",
"name": "<string>",
"osName": "<string>",
"osVersion": "<string>"
},
"location": {
"latitude": "<string>",
"longitude": "<string>",
"country": "<string>"
},
"screeningData": {
"senderName": "<string>",
"receiverName": "<string>"
},
"limits": {
"dailyLimit": 123,
"overdraftLimit": 123,
"individualTransactionLimit": 123
},
"beneficiary": {
"isRegisteredBeneficiary": true,
"isNewBeneficiary": true
},
"ipAddress": "127.0.0.1"
}
'{
"message": "Transaction submitted successfully"
}POST api/v1/transaction-monitoring/instant
curl --request POST \
--url https://sigmaprod.sabipay.com/api/v1/transaction-monitoring/instant \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'apiSecret: <api-key>' \
--data '
{
"transactionData": {
"reference": "<string>",
"transactionDate": "2023-11-07T05:31:56Z",
"type": "debit",
"currency": "<string>",
"accountCurrency": "<string>",
"amount": 123,
"isExternalPayment": true,
"status": true,
"channel": "card payment",
"balanceBefore": 123,
"accountCurrencyBalanceBefore": 123,
"narration": "<string>",
"transactionScheme": "<string>",
"sessionId": "<string>",
"exchangeRate": 123,
"usdExchangeRate": 123,
"senderAccount": "<string>",
"receiverAccount": "<string>",
"email": "[email protected]",
"vasReceiver": "<string>",
"refund": true,
"isInternalAccount": true,
"isStaffAccount": true,
"isDormantAccount": true,
"isCheque": true
},
"anonymizedUserData": {
"uniqueId": "<string>",
"country": "<string>",
"isBanned": true,
"isIdentityVerified": true,
"bankCode": "<string>",
"bankName": "<string>",
"name": "<string>",
"state": "<string>",
"city": "<string>",
"accountType": "individual",
"age": 123,
"dateJoined": "2023-11-07T05:31:56Z",
"businessCategory": "<string>",
"isPhoneNumberVerified": true,
"iban": "<string>",
"userRisk": "low",
"sortCode": "<string>",
"bankCountry": "<string>",
"dob": "<string>",
"email": "[email protected]",
"pepStatus": true,
"sow": "<string>"
},
"counterpartyData": {
"country": "<string>",
"bankCode": "<string>",
"name": "<string>",
"accountNumber": "<string>",
"accountType": "<string>",
"iban": "<string>",
"sortCode": "<string>",
"bankCountry": "<string>",
"bankName": "<string>",
"email": "[email protected]"
},
"thirdPartyUserData": {
"uniqueId": "<string>",
"cardPan": "<string>",
"email": "[email protected]"
},
"device": {
"deviceId": "<string>",
"manufacturer": "<string>",
"name": "<string>",
"osName": "<string>",
"osVersion": "<string>"
},
"location": {
"latitude": "<string>",
"longitude": "<string>",
"country": "<string>"
},
"screeningData": {
"senderName": "<string>",
"receiverName": "<string>"
},
"limits": {
"dailyLimit": 123,
"overdraftLimit": 123,
"individualTransactionLimit": 123
},
"beneficiary": {
"isRegisteredBeneficiary": true,
"isNewBeneficiary": true
},
"ipAddress": "127.0.0.1"
}
'{
"message": "Transaction submitted successfully"
}Transaction payload for reporting
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
IP address associated with the transaction
Transaction submitted successfully
Success message after transaction is submitted
"Transaction submitted successfully"