Community
Transaction Successful, but upstream processing was delayed
over 1 year ago by [email protected]
Hello 👋,
Per doc https://developers.tabapay.com/reference/sandbox#how-to-generate-an-error-in-the-sandbox-environment-create-transaction the $14 transaction value is a trigger that's successful however status is unknown. However in looking at the response, seems to be an error:
{
"SC": 207,
"EC": "3C5E9E00",
"transactionID": "RGw76rLF0Wtzd0iX_uay3w",
"network": "Visa",
"status": "UNKNOWN",
"errors": [
"000E7520"
]
}
Compare this to the $12 trigger error response:
{
"SC": 207,
"EC": "3C5E9E00",
"transactionID": "wKw7-rTV2Q9GgD09PCPaJw",
"network": "Visa",
"status": "UNKNOWN",
"errors": [
"000E7740",
"21005843"
]
}
They seems very identical.
Question is how are we to tell if unknown status responses are successful or not? Do we need to create a map for the values placed in the error
array? If so, is there a map of them with their descriptions?
Thanks!