Authorization: ********************
{
"integration_transaction_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/getintegrationtransaction' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_transaction_id": "string"
}'
{
"integration_transaction_id": "string",
"task_id": "string",
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"method_id": "REQUEST_METHOD_UNKNOWN",
"transaction_type": "TRANSACTION_TYPE_PAYMENT",
"request_source": "REQUEST_SOURCE_IVR",
"result": "TRANSACTION_RESULT_SUCCESS",
"amount_collected": 0,
"request_data": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
},
"response_data": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
},
"created_on": "1s",
"config_name": "string",
"conds": {
"values": [
{
"key": "string",
"op": "COMPARE_OPERATION_EQ",
"value": {
"bool_val": true
}
}
]
},
"request_origin": "REQUEST_ORIGIN_UNKNOWN"
}