STATUS_CODE:
  description: The status codes that may be returned by a Transpayrent system
  type: integer
  enum:
    - 400001  # CURRENCY_NOT_ALLOWED
    - 400002  # ALLOWED_AMOUNT_EXCEEDED
    - 400003  # INVALID_AUTHENTICATION_STATUS
    - 400004  # SCHEMA_VALIDATION_FAILED
    - 400005  # PAYMENT_METHOD_UNAVAILABLE
    - 400006  # CONSUMER_ID_NOT_PROVIDED_FOR_SESSION
    - 404001  # MERCHANT_CONFIG_NOT_FOUND
    - 404002  # POS_CONFIG_NOT_FOUND
    - 404003  # PAYMENT_SESSION_NOT_FOUND
    - 404004  # PAYMENT_METHODS_NOT_FOUND
    - 404005  # PAYMENT_TRANSACTION_NOT_FOUND
    - 404006  # PAYMENT_TRANSACTION_CANCELLED
    - 404007  # PAYMENT_INSTRUMENT_NOT_FOUND
    - 404008  # CONSUMER_WALLET_NOT_FOUND
    - 404009  # CONSUMER_VALUABLE_NOT_FOUND
    - 403001  # POS_NOT_OWNED_BY_MERCHANT
    - 403002  # PAYMENT_SESSION_NOT_OWNED_BY_MERCHANT
    - 403003  # PAYMENT_TRANSACTION_NOT_PART_OF_SESSION
    - 403004  # AUTHENTICATION_ID_NOT_PART_OF_TRANSACTION
    - 403005  # PAYMENT_NOT_AUTHORIZED_FOR_TRANSACTION
    - 403006  # PAYMENT_NOT_CAPTURED_FOR_TRANSACTION
    - 403007  # PAYMENT_INSTRUMENT_NOT_OWNED_BY_MERCHANT
    - 403008  # CONSUMER_VALUABLE_NOT_OWNED_BY_CONSUMER
    - 403009  # SINGLE_SIGN_ON_FAILED
    - 412001  # PAYMENT_INSTRUMENT_ONLY_FINGERPRINTED
    - 500001  # INVALID_SESSION_URI
    - 500002  # INVALID_NOTIFICATION_URL
    - 500003  # INVALID_CUSTOM_PROPERTY
    - 500004  # INVALID_TRANSACTION_URI
    - 500005  # INVALID_MERCHANT_CREDENTIALS
    - 500006  # INVALID_PROVIDER_CREDENTIALS
    - 500007  # INVALID_AUTHENTICATION_URL
    - 500008  # INVALID_CRYPTOKEY_CONFIG
    - 500009  # INVALID_SINGLE_SIGN_ON_URL
    - 500991  # INTERNAL_COMMUNICATION_ERROR
    - 600199  # PAYMENT_ROUTES_EXHAUSTED
    # Status codes for a payment session or payment transaction
    - 600001  # PAYMENT_INITIALIZATION_REQUESTED
    - 600011  # AUTHENTICATION_INITIALIZATION_REQUESTED
    - 600013  # CONSUMER_AUTHENTICATION_REQUESTED
    - 600014  # AUTHENTICATION_CHALLENGE_REQUIRED
    - 600021  # AUTHORIZATION_REQUESTED
    - 600023  # CAPTURE_REQUESTED
    - 600024  # REFUND_REQUESTED
    - 600025  # CANCELLATION_REQUESTED
    - 600041  # CARD_TOKENIZATION_REQUESTED
    - 600042  # TOKEN_GENERATION_REQUESTED
    - 610010  # INITIALIZATION_ALREADY_IN_PROGRESS
    - 610019  # PAYMENT_INITIALIZATION_EXPIRED
    - 610020  # AUTHORIZATION_ALREADY_IN_PROGRESS
    - 610022  # PAYMENT_REFUND_PENDING
    - 610023  # PAYMENT_CANCELLATION_PENDING
    - 620001  # PAYMENT_SESSION_CREATED
    - 620002  # PAYMENT_TRANSACTION_CREATED
    - 620003  # PAYMENT_SUCCESSFULLY_INITIALIZED
    - 620004  # PAYMENT_ALREADY_INITIALIZED
    - 620009  # PAYMENT_SESSION_COMPLETED
    - 620011  # AUTHENTICATION_SUCCESSFULLY_INITIALIZED
    - 620012  # CONSUMER_BROWSER_FINGERPRINTED
    - 620013  # CONSUMER_SUCCESSFULLY_AUTHENTICATED
    - 620019  # CONSUMER_AUTHENTICATION_ATTEMPTED
    - 620020  # PAYMENT_CARD_DETAILS_RETRIEVED
    - 620021  # PAYMENT_SUCCESSFULLY_AUTHORIZED
    - 620022  # PAYMENT_ALREADY_AUTHORIZED
    - 620023  # PAYMENT_SUCCESSFULLY_CAPTURED
    - 620024  # PAYMENT_ALREADY_CAPTURED
    - 620025  # PAYMENT_SUCCESSFULLY_REFUNDED
    - 620026  # PAYMENT_ALREADY_REFUNDED
    - 620027  # PAYMENT_SUCCESSFULLY_CANCELLED
    - 620028  # PAYMENT_ALREADY_CANCELLED
    - 620031  # PAYMENT_INSTRUMENT_STORED_IN_VAULT
    - 620032  # CONSUMER_VALUABLE_SAVED_IN_WALLET
    - 620041  # CARD_SUCCESSFULLY_TOKENIZED
    - 620042  # PAYMENT_NETWORK_TOKEN_SUCCESSFULLY_GENERATED
    - 640000  # DECLINED_DUE_TO_GENERAL_INPUT_ERROR	
    - 640001  # OPERATION_TEMPORARILY_UNAVAILABLE
    - 640110  # DECLINED_DUE_TO_INVALID_CARD_NUMBER
    - 640111  # DECLINED_DUE_TO_UNSUPPORTED_CARD_SCHEME
    - 640119  # DECLINED_DUE_TO_UNSUPPORTED_OPERATION
    - 640120  # DECLINED_DUE_TO_INVALID_CSC
    - 640130  # DECLINED_DUE_TO_INVALID_CARD_EXPIRY_DATE
    - 640135  # DECLINED_DUE_TO_PAYMENT_CARD_EXPIRED
    - 640140  # DECLINED_DUE_TO_INVALID_CURRENCY
    - 640150  # DECLINED_DUE_TO_INVALID_STATEMENT_TEXT
    - 640160  # DECLINED_DUE_TO_INVALID_REFERENCE
    - 640190  # DECLINED_DUE_TO_INVALID_TRANSACTION
    - 640200  # DECLINED_DUE_TO_RULE_VIOLATION
    - 640300  # DECLINED_DUE_TO_3D_SECURE_PROBLEM
    - 640310  # DECLINED_DUE_TO_3D_SECURE_AUTHENTICATION_FAILURE
    - 640400  # FAILED_DUE_TO_PAYMENT_PROVIDER_PROBLEM
    - 640410  # DECLINED_BY_ISSUER_OR_SCHEME
    - 640411  # DECLINED_DUE_TO_CARD_RESTRICTED
    - 640412  # DECLINED_DUE_TO_CARD_LOST_OR_STOLEN
    - 640413  # DECLINED_DUE_TO_INSUFFICIENT_FUNDS
    - 640414  # DECLINED_DUE_TO_SUSPECTED_FRAUD
    - 640415  # DECLINED_DUE_TO_AMOUNT_LIMIT_EXCEEDED
    - 640416  # ADDITIONAL_AUTHENTICATION_REQUIRED
    - 640420  # DECLINED_DUE_TO_BLOCKED_MERCHANT
    - 640430  # DECLINED_DUE_PAYMENT_AUTHORIZATION_EXPIRED
    - 640431  # DECLINED_DUE_PAYMENT_CAPTURE_EXPIRED
    - 650000  # FAILED_DUE_TO_PAYMENT_PROVIDER_ERROR
    - 650010  # DECLINED_DUE_TO_NO_ACTIVE_TOKENS
    - 650011  # DECLINED_DUE_TO_INVALID_TOKEN
    - 650012  # DECLINED_DUE_TO_MISSING_CARD_FOR_TOKEN
    - 660100  # CARD_NOT_ENROLLED_FALLBACK_TO_3DSV1
    - 660101  # INVALID_AUTHENTICATION_MESSAGE
    - 660102  # UNSUPPORTED_AUTHENTICATION_VERSION
    - 660103  # MESSAGE_LIMIT_EXCEEDED
    - 660201  # MISSING_DATA_ELEMENT
    - 660202  # UNKNOWN_MESSAGE_EXTENSION
    - 660203  # INVALID_DATA_ELEMENT
    - 660204  # DUPLICATE_DATA_ELEMENT
    - 660301  # UNKNOWN_TRANSACTION_ID
    - 660302  # DATA_DECRYPTION_FAILED
    - 660303  # INVALID_ENDPOINT
    - 660304  # INVALID_ISO_CODE
    - 660305  # INVALID_TRANSACTION_DATA
    - 660306  # INVALID_MERCHANT_CATEGORY_CODE
    - 660307  # INVALID_SERIAL_NUMBER
    - 660402  # TRANSACTION_TIMED_OUT
    - 660403  # TEMPORARY_SYSTEM_FAILURE
    - 660404  # PERMANENT_SYSTEM_FAILURE
    - 660405  # SYSTEM_CONNECTION_FAILURE
    - 660501  # CARD_AUTHENTICATION_FAILED
    - 660502  # AUTHENTICATION_FAILED_DUE_TO_UNKNOWN_DEVICE
    - 660503  # AUTHENTICATION_FAILED_DUE_TO_UNSUPPORTED_DEVICE
    - 660504  # AUTHENTICATION_FREQUENCY_LIMIT_EXCEEDED
    - 660505  # AUTHENTICATION_FAILED_DUE_TO_CARD_EXPIRED
    - 660506  # AUTHENTICATION_FAILED_DUE_TO_INVALID_CARD_NUMBER
    - 660507  # AUTHENTICATION_FAILED_DUE_TO_INVALID_TRANSACTION
    - 660508  # AUTHENTICATION_FAILED_DUE_TO_MISSING_CARD_RECORD
    - 660509  # AUTHENTICATION_FAILED_DUE_TO_SECURITY_FAILURE
    - 660510  # AUTHENTICATION_FAILED_DUE_TO_CARD_STOLEN
    - 660511  # AUTHENTICATION_FAILED_DUE_TO_SUSPECTED_FRAUD
    - 660512  # AUTHENTICATION_FAILED_DUE_TO_TRANSACTION_NOT_PERMITTED
    - 660513  # AUTHENTICATION_FAILED_DUE_TO_CARD_NOT_ENROLLED
    - 660515  # AUTHENTICATION_FAILED_DUE_TO_LOW_CONFIDENCE
    - 660516  # AUTHENTICATION_FAILED_DUE_TO_MEDIUM_CONFIDENCE
    - 660517  # AUTHENTICATION_FAILED_DUE_TO_HIGH_CONFIDENCE
    - 660518  # AUTHENTICATION_FAILED_DUE_TO_VERY_HIGH_CONFIDENCE
    - 660520  # UNSUPPORTED_MESSAGE_CATEGORY
    - 660523  # DECOUPLED_AUTHENTICATION_REQUIRED
    - 660524  # DECOUPLED_AUTHENTICATION_EXPIRED
    - 660525  # INSUFFICIENT_DECOUPLED_AUTHENTICATION_TIME
    - 660585  # INVALID_DECOUPLED_AUTHENTICATION
  x-enum-varnames:
    - CURRENCY_NOT_ALLOWED                      # 400001
    - ALLOWED_AMOUNT_EXCEEDED                   # 400002
    - INVALID_AUTHENTICATION_STATUS             # 400003
    - SCHEMA_VALIDATION_FAILED                  # 400004
    - PAYMENT_METHOD_UNAVAILABLE                # 400005
    - CONSUMER_ID_NOT_PROVIDED_FOR_SESSION      # 400006
    - MERCHANT_CONFIG_NOT_FOUND                 # 404001
    - POS_CONFIG_NOT_FOUND                      # 404002
    - PAYMENT_SESSION_NOT_FOUND                 # 404003
    - PAYMENT_METHODS_NOT_FOUND                 # 404004
    - PAYMENT_TRANSACTION_NOT_FOUND             # 404005
    - PAYMENT_TRANSACTION_CANCELLED             # 404006
    - PAYMENT_INSTRUMENT_NOT_FOUND              # 404007
    - CONSUMER_WALLET_NOT_FOUND                 # 404008
    - CONSUMER_VALUABLE_NOT_FOUND               # 404009
    - POS_NOT_OWNED_BY_MERCHANT                 # 403001
    - PAYMENT_SESSION_NOT_OWNED_BY_MERCHANT     # 403002
    - PAYMENT_TRANSACTION_NOT_PART_OF_SESSION   # 403003
    - AUTHENTICATION_ID_NOT_PART_OF_TRANSACTION # 403004
    - PAYMENT_NOT_AUTHORIZED_FOR_TRANSACTION    # 403005
    - PAYMENT_NOT_CAPTURED_FOR_TRANSACTION      # 403006
    - PAYMENT_INSTRUMENT_NOT_OWNED_BY_MERCHANT  # 403007
    - CONSUMER_VALUABLE_NOT_OWNED_BY_CONSUMER   # 403008
    - SINGLE_SIGN_ON_FAILED                     # 403009
    - PAYMENT_INSTRUMENT_ONLY_FINGERPRINTED     # 412001
    - INVALID_SESSION_URI                       # 500001
    - INVALID_NOTIFICATION_URL                  # 500002
    - INVALID_CUSTOM_PROPERTY                   # 500003
    - INVALID_TRANSACTION_URI                   # 500004
    - INVALID_MERCHANT_CREDENTIALS              # 500005
    - INVALID_PROVIDER_CREDENTIALS              # 500006
    - INVALID_AUTHENTICATION_URL                # 500007
    - INVALID_CRYPTOKEY_CONFIG                  # 500008
    - INVALID_SINGLE_SIGN_ON_URL                # 500009
    - INTERNAL_COMMUNICATION_ERROR              # 500991
    - PAYMENT_ROUTES_EXHAUSTED                  # 600199
    # Status codes for a payment session or payment transaction
    - PAYMENT_INITIALIZATION_REQUESTED                  # 600001
    - AUTHENTICATION_INITIALIZATION_REQUESTED           # 600011
    - CONSUMER_AUTHENTICATION_REQUESTED                 # 600013
    - AUTHENTICATION_CHALLENGE_REQUIRED                 # 600014
    - AUTHORIZATION_REQUESTED                           # 600021
    - CAPTURE_REQUESTED                                 # 600023
    - REFUND_REQUESTED                                  # 600024
    - CANCELLATION_REQUESTED                            # 600025
    - CARD_TOKENIZATION_REQUESTED                       # 600041
    - TOKEN_GENERATION_REQUESTED                        # 600042
    - INITIALIZATION_ALREADY_IN_PROGRESS                # 610010
    - PAYMENT_INITIALIZATION_EXPIRED                    # 610019
    - AUTHORIZATION_ALREADY_IN_PROGRESS                 # 610020
    - PAYMENT_REFUND_PENDING                            # 610022
    - PAYMENT_CANCELLATION_PENDING                      # 610023
    - PAYMENT_SESSION_CREATED                           # 620001
    - PAYMENT_TRANSACTION_CREATED                       # 620002
    - PAYMENT_SUCCESSFULLY_INITIALIZED                  # 620003
    - PAYMENT_ALREADY_INITIALIZED                       # 620004
    - PAYMENT_SESSION_COMPLETED                         # 620009
    - AUTHENTICATION_SUCCESSFULLY_INITIALIZED           # 620011
    - CONSUMER_BROWSER_FINGERPRINTED                    # 620012
    - CONSUMER_SUCCESSFULLY_AUTHENTICATED               # 620013
    - CONSUMER_AUTHENTICATION_ATTEMPTED                 # 620019
    - PAYMENT_CARD_DETAILS_RETRIEVED                    # 620020
    - PAYMENT_SUCCESSFULLY_AUTHORIZED                   # 620021
    - PAYMENT_ALREADY_AUTHORIZED                        # 620022
    - PAYMENT_SUCCESSFULLY_CAPTURED                     # 620023
    - PAYMENT_ALREADY_CAPTURED                          # 620024
    - PAYMENT_SUCCESSFULLY_REFUNDED                     # 620025
    - PAYMENT_ALREADY_REFUNDED                          # 620026
    - PAYMENT_SUCCESSFULLY_CANCELLED                    # 620027
    - PAYMENT_ALREADY_CANCELLED                         # 620028
    - PAYMENT_INSTRUMENT_STORED_IN_VAULT                # 620031
    - CONSUMER_VALUABLE_SAVED_IN_WALLET                 # 620032
    - CARD_SUCCESSFULLY_TOKENIZED                       # 620041
    - PAYMENT_NETWORK_TOKEN_SUCCESSFULLY_GENERATED      # 620042
    - DECLINED_DUE_TO_GENERAL_INPUT_ERROR               # 640000
    - OPERATION_TEMPORARILY_UNAVAILABLE                 # 640001
    - DECLINED_DUE_TO_INVALID_CARD_NUMBER               # 640110
    - DECLINED_DUE_TO_UNSUPPORTED_CARD_SCHEME           # 640111
    - DECLINED_DUE_TO_UNSUPPORTED_OPERATION             # 640119
    - DECLINED_DUE_TO_INVALID_CSC                       # 640120
    - DECLINED_DUE_TO_INVALID_CARD_EXPIRY_DATE          # 640130
    - DECLINED_DUE_TO_PAYMENT_CARD_EXPIRED              # 640135
    - DECLINED_DUE_TO_INVALID_CURRENCY                  # 640140
    - DECLINED_DUE_TO_INVALID_STATEMENT_TEXT            # 640150
    - DECLINED_DUE_TO_INVALID_REFERENCE                 # 640160
    - DECLINED_DUE_TO_INVALID_TRANSACTION               # 640190
    - DECLINED_DUE_TO_RULE_VIOLATION                    # 640200
    - DECLINED_DUE_TO_3D_SECURE_PROBLEM                 # 640300
    - DECLINED_DUE_TO_3D_SECURE_AUTHENTICATION_FAILURE  # 640310
    - FAILED_DUE_TO_PAYMENT_PROVIDER_PROBLEM            # 640400
    - DECLINED_BY_ISSUER_OR_SCHEME                      # 640410
    - DECLINED_DUE_TO_CARD_RESTRICTED                   # 640411
    - DECLINED_DUE_TO_CARD_LOST_OR_STOLEN               # 640412
    - DECLINED_DUE_TO_INSUFFICIENT_FUNDS                # 640413
    - DECLINED_DUE_TO_SUSPECTED_FRAUD                   # 640414
    - DECLINED_DUE_TO_AMOUNT_LIMIT_EXCEEDED             # 640415
    - ADDITIONAL_AUTHENTICATION_REQUIRED                # 640416
    - DECLINED_DUE_TO_BLOCKED_MERCHANT                  # 640420
    - DECLINED_DUE_PAYMENT_AUTHORIZATION_EXPIRED        # 640430
    - DECLINED_DUE_PAYMENT_CAPTURE_EXPIRED              # 640431
    - FAILED_DUE_TO_PROVIDER_ERROR                      # 650000
    - DECLINED_DUE_TO_INACTIVE_TOKEN                    # 650010
    - DECLINED_DUE_TO_INVALID_TOKEN                     # 650011
    - DECLINED_DUE_TO_MISSING_CARD_FOR_TOKEN            # 650012
    - CARD_NOT_ENROLLED_FALLBACK_TO_3DSV1               # 660100
    - INVALID_AUTHENTICATION_MESSAGE                    # 660101
    - UNSUPPORTED_AUTHENTICATION_VERSION                # 660102
    - MESSAGE_LIMIT_EXCEEDED                            # 660103
    - MISSING_DATA_ELEMENT                              # 660201
    - UNKNOWN_MESSAGE_EXTENSION                         # 660202
    - INVALID_DATA_ELEMENT                              # 660203
    - DUPLICATE_DATA_ELEMENT                            # 660204
    - UNKNOWN_TRANSACTION_ID                            # 660301
    - DATA_DECRYPTION_FAILED                            # 660302
    - INVALID_ENDPOINT                                  # 660303
    - INVALID_ISO_CODE                                  # 660304
    - INVALID_TRANSACTION_DATA                          # 660305
    - INVALID_MERCHANT_CATEGORY_CODE                    # 660306
    - INVALID_SERIAL_NUMBER                             # 660307
    - TRANSACTION_TIMED_OUT                             # 660402
    - TEMPORARY_SYSTEM_FAILURE                          # 660403
    - PERMANENT_SYSTEM_FAILURE                          # 660404
    - SYSTEM_CONNECTION_FAILURE                         # 660405
    - CARD_AUTHENTICATION_FAILED                        # 660501
    - AUTHENTICATION_FAILED_DUE_TO_UNKNOWN_DEVICE       # 660502
    - AUTHENTICATION_FAILED_DUE_TO_UNSUPPORTED_DEVICE   # 660503
    - AUTHENTICATION_FREQUENCY_LIMIT_EXCEEDED           # 660504
    - AUTHENTICATION_FAILED_DUE_TO_CARD_EXPIRED         # 660505
    - AUTHENTICATION_FAILED_DUE_TO_INVALID_CARD_NUMBER  # 660506
    - AUTHENTICATION_FAILED_DUE_TO_INVALID_TRANSACTION  # 660507
    - AUTHENTICATION_FAILED_DUE_TO_MISSING_CARD_RECORD  # 660508
    - AUTHENTICATION_FAILED_DUE_TO_SECURITY_FAILURE     # 660509
    - AUTHENTICATION_FAILED_DUE_TO_CARD_STOLEN          # 660510
    - AUTHENTICATION_FAILED_DUE_TO_SUSPECTED_FRAUD      # 660511
    - AUTHENTICATION_FAILED_DUE_TO_TRANSACTION_NOT_PERMITTED  # 660512
    - AUTHENTICATION_FAILED_DUE_TO_CARD_NOT_ENROLLED    # 660513
    - AUTHENTICATION_FAILED_DUE_TO_LOW_CONFIDENCE       # 660515
    - AUTHENTICATION_FAILED_DUE_TO_MEDIUM_CONFIDENCE    # 660516
    - AUTHENTICATION_FAILED_DUE_TO_HIGH_CONFIDENCE      # 660517
    - AUTHENTICATION_FAILED_DUE_TO_VERY_HIGH_CONFIDENCE # 660518
    - UNSUPPORTED_MESSAGE_CATEGORY                      # 660520
    - DECOUPLED_AUTHENTICATION_REQUIRED                 # 660523
    - DECOUPLED_AUTHENTICATION_EXPIRED                  # 660524
    - INSUFFICIENT_DECOUPLED_AUTHENTICATION_TIME        # 660525
    - INVALID_DECOUPLED_AUTHENTICATION                  # 660585
  x-enum-descriptions:
    - The currency provided in the request doesn't match the currency for the payment session
    - The amount provided in the request exceeds the allowed amount
    - Invalid Authentication Status sent by the Access Control Server (ACS) during the Strong Consumer Authentication (SCA) process using 3D Secure
    - Validation of the request against the OpenAPI schema definition failed. Please refer to the response body for details.
    - The payment method is not available for the payment transaction
    - Authorization of the payment for the payment transaction using the consumer's wallet failed because a consumer id was not provided when the payment session was created
    - The configuration for the specified merchant could not be not found
    - The configuration for the specified point of sale (pos) could not be not found
    - The specified payment session could not be not found
    - No payment method configurations could be found for the specified merchant
    - The specified payment transaction could not be not found
    - The payment authorization for the specified payment transaction has previously been cancelled
    - The payment instrument referenced by the provided token could not be found
    - The consumer wallet for the specified consumer could not be found
    - The specified consumer valuable could not be found in the consumer's wallet
    - The specified point of sale (pos) is not owned by the specified merchant
    - The specified payment session is not owned by the specified merchant
    - The specified payment transaction is not part of the specified payment session
    - The Authentication ID sent by the Access Control Server (ACS) during the Strong Consumer Authentication (SCA) process using 3D Secure v2 is not part of the specified payment transaction
    - The payment has not been authorized for the specified payment transaction
    - The authorized payment has not been captured for the specified payment transaction
    - The payment instrument referenced by the provided token is not owned by the specified merchant
    - The specified consumer valuable does not belong to the consumer
    - Authentication of the consumer towards the merchant using single sign-on failed
    - The payment instrument referenced by the provided token has only been fingerprinted
    - Invalid location constructed for payment session
    - Invalid notification URL retrieved for merchant configuration or payment session or invalid authentication URL constructed
    - The set of key / value pairs in the custom property (merchant variables, labels etc.) contains invalid data
    - Invalid location constructed for payment transaction
    - The credentials for the merchant contains invalid data
    - The credentials for the upstream provider contains invalid data
    - Invalid authentication URL to the Access Control Server (ACS) returned by the upstream 3D Secure Server
    - Invalid cryptographic key configuration
    - Invalid Single sign-On URL to authenticate consumers towards the merchant
    - An unexpected communication error occurred internally between Transpayrent's systems
    - The available routes to upstream providers have been exhausted without authenticating the consumer or authorizing the payment transaction
    # Status codes for a payment session or payment transaction
    - Initialization of the payment transaction through the upstream provider has been requested
    - Initialization of consumer authentication through the upstream provider has been requested
    - Strong authentication of the consumer has been requested through the upstream provider
    - Completion of the strong consumer authentication (SCA) using 3D Secure requires additional authentication through a challenge
    - Authorization of the payment transaction has been requested through the upstream provider
    - Capture of the previously authorized payment for the payment transaction has been requested through the upstream provider
    - Refund of the previously captured payment for the payment transaction has been requested through the upstream provider
    - Cancellation of the previously authorized payment for the payment transaction has been requested through the upstream provider
    - Tokenization of the consumer's payment card has been requested through the upstream provider
    - Creation of a payment network token has been requested through the upstream provider
    - Initialization of the payment transaction is already in progress
    - Authorization of the payment transaction is already in progress
    - Refund of the previously captured payment for the payment transaction is pending with the upstream provider
    - Cancellation of the previously authorized payment for the payment transaction is pending with the upstream provider
    - The payment session been successfully created by Transpayrent
    - The payment transaction been successfully created by Transpayrent
    - The payment transaction has been successfully initialized through the upstream provider
    - The payment transaction is already initialized through the upstream provider
    - The initialization of the payment for the payment transaction has expired at the upstream provider
    - The payment session has been completed by successfully authorizing its total amount
    - Strong authentication of the consumer has been successfully initialized through the upstream provider
    - Fingerprinting of the consumer's browser completed by the upstream provider as part of the Strong Consumer Authentication (SCA) process using 3D Secure v2
    - The consumer for the payment transaction has successfully completed the Strong Consumer Authentication (SCA) process using 3D Secure
    - Strong Consumer Authentication (SCA) using 3D Secure was attempted for the payment transaction and a proof of attempted authentication is provided
    - The consumer's payment card details have successfully been retrieved from a 3rd party such as a wallet like Apple Pay, Google Pay or MobilePay
    - The payment for the payment transaction has been successfully authorized through the upstream provider
    - The payment for the payment transaction is already authorized through the upstream provider
    - The authorized payment for the payment transaction has been successfully captured through the upstream provider
    - The authorized payment for the payment transaction has already been captured in full
    - The captured payment for the payment transaction has been successfully refunded through the upstream provider
    - The captured payment for the payment transaction has already been refunded in full
    - The authorized payment for the payment transaction has been successfully cancelled through the upstream provider
    - The authorized payment for the payment transaction has already been cancelled
    - The payment instrument has been securely stored in Transpayrent's Secure Vault
    - The consumer valuable has been saved in Transpayrent's Consumer Wallet
    - The payment instrument has been successfully tokenized through the scheme (VISA / MasterCard)
    - Payment Network Token Successfully generated through the scheme (VISA / MasterCard)
    - Authorization or Tokenization of the payment transaction was declined due to a general input error
    - Capture / Cancel / Refund of the payment transaction was declined due to the operation temporarily being unavailable
    - Authorization or Tokenization of the payment transaction was declined due to an invalid card number
    - Authorization or Tokenization of the payment transaction was declined due to an unsupported card scheme
    - Capture / Refund of the payment transaction was declined due to the operation being unsupported by the upstream provider
    - Authorization of the payment transaction was declined due to an invalid CVC/CVV
    - Authorization or Tokenization of the payment transaction was declined due to an invalid expiry date
    - Authorization or Tokenization of the payment transaction was declined because the payment card has expired
    - Authorization of the payment transaction was declined due to an invalid currency
    - Authorization of the payment transaction was declined due to an invalid statement text
    - Authorization of the payment transaction was declined due to an invalid order id or correlation id
    - Capture / Refund of the payment transaction was declined due to an invalid transaction
    - Authorization of the payment transaction was declined due to a rule violation at the upstream provider
    - Authorization of the payment transaction was declined due to a 3-D Secure problem
    - Authorization of the payment transaction was declined due to a 3-D Secure authentication failure
    - Authorization of the payment transaction failed due to a backend problem at the upstream provider
    - Authorization or Tokenization of the payment transaction was declined by the issuer or card scheme
    - Authorization or Tokenization of the payment transaction was declined because the payment card is restricted
    - Authorization or Tokenization of the payment transaction was declined because the payment card has been reported as lost or stolen
    - Authorization of the payment transaction was declined due to insufficient funds
    - Authorization or Tokenization of the payment transaction was declined due to suspected fraud
    - Authorization of the payment transaction was declined due to the payment card's amount limit having been exceeded
    - Authorization or Tokenization of the payment transaction requires additional authentication
    - Authorization of the payment transaction was declined because the cardholder has blocked the merchant
    - Capture of the payment transaction was declined because the authorization has expired
    - Refund of the payment transaction was declined because the capture has expired
    - Authorization or Tokenization of the payment transaction failed due to an error at the upstream provider
    - Creation of a Payment Network Token was declined because the provided token is inactive
    - Creation of a Payment Network Token was declined because the provided token is invalid
    - Creation of a Payment Network Token was declined because there is no payment card associated with the token
    - The consumer's card is not enrolled for 3D Secure   # 660100
    - Received authentication message is Invalid          # 660101
    - Authentication is not supported                     # 660102
    - Number of messages sent exceeds limit               # 660103
    - Data element is missing from authentication message # 660201
    - Extension not recognised in authentication message  # 660202
    - Invalid data element(s) in authentication message   # 660203
    - Duplicate data element(s) in authentication message # 660204
    - Transaction ID not recognised in authentication message # 660301
    - Decryption of authentication message failed         # 660302
    - Access Denied, Invalid Endpoint                     # 660303
    - Invalid ISO code in authentication message          # 660304
    - Invalid transaction data in authentication message  # 660305
    - Invalid merchant category code (MCC) in authentication message  # 660306
    - Invalid serial number in authentication message     # 660307
    - Transaction has timed out                           # 660402
    - Transient System Failure                            # 660403
    - Permanent System Failure                            # 660404
    - System Connection Failure                           # 660405
    - Card authentication failed                          # 660501
    - Authentication failed due to the consumer having an unknown device                    # 660502
    - Authentication failed due to the consumer having an unsupported device                # 660503
    - Authentication failed due to exceeding the consumer's authentication frequency limit  # 660504
    - Authentication failed because the payment card has expired                            # 660505
    - Authentication failed due to an invalid card number                                   # 660506
    - Authentication failed due to an invalid transaction                                   # 660507
    - Authentication failed due to an the consumer having an unknown card                   # 660508
    - Authentication failed due to an invalid card number                                   # 660509
    - Authentication failed because the payment card has been reported as lost or stolen    # 660510
    - Authentication failed due to suspected fraud                                          # 660511
    - Authentication failed because the payment card is restricted                          # 660512
    - The consumer's card is not enrolled for 3D Secure                                     # 660513
    - Authentication failed due to low confidence                                           # 660515
    - Authentication failed due to medium confidence                                        # 660516
    - Authentication failed due to high confidence                                          # 660517
    - Authentication failed due to very high confidence                                     # 660518
    - Authentication failed due to an unsupported message category (NPA, 3RI etc.)          # 660520
    - Decoupled Authentication required by ACS but not requested by Transpayrent            # 660523
    - Decoupled Max Expiry Time exceeded                                                    # 660524
    - Decoupled Authentication was provided insufficient time to authenticate cardholder.   # 660525
    - VMID not eligible for requested program                                               # 660585
  example: 600021