/** * Tpay.com Technical Documentation *

Demo transaction/masspayments api key:

Demo cards api key:

The terms seller and merchant are used interchangeably and they both refer to a person or a company registered at tpay.com to accept online payments.
Whenever term merchant panel is used it refers to the part of tpay.com website located at secure.tpay.com/panel.

For sandbox purposes use merchant demo account

ID - 1010, Password - demo

Remember that this is a shared account, so all data passed through will be publicly visible.

* * OpenAPI spec version: 1.2.2 * Contact: pt@tpay.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { HttpFile } from '../http/http'; /** * error code (see transaction errors description table) */ export type TransactionErrorCodes = "ERR99" | "ERR98" | "ERR97" | "ERR96" | "ERR85" | "ERR84" | "ERR82" | "ERR63" | "ERR62" | "ERR61" | "ERR55" | "ERR54" | "ERR53" | "ERR52" | "ERR51" | "ERR45" | "ERR44" | "ERR43" | "ERR42" | "ERR41" | "ERR32" | "ERR31" ;