PaymentErrorCode
Payment error codes returned by the SOPG API.
codestring
Example:
Duplicate transaction idnumberinteger
Example:
2001httpStatusinteger
Example:
400descriptionstring
Example:
Transaction already exists.PaymentErrorCode
{
"code": "Duplicate transaction id",
"number": 2001,
"httpStatus": 400,
"description": "Transaction already exists."
}