/** * 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'; export type MasspaymentErrDesc = "File that has been sent is not CSV file" | "Incorrect checksum (sign)" | "Incorrect line format" | "Incorrect bank account number" | "Name of the receiver must not be empty" | "Name of the receiver 1 is too long – max, 35 characters" | "Name of the receiver 2 is too long – max, 35 characters" | "Name of the receiver 3 is too long – max, 35 characters" | "Name of the receiver 4 is too long – max, 35 characters" | "Incorrect amount format" | "Payment title field must not be empty" | "Payment title field 1 is too long – max. 35 characters" | "Payment title field 2 is too long – max. 35 characters" | "Internal error" | "Failed to load CSV file" | "Transfer processing error" | "Incorrect pack_id or the package has not been found" | "Package authorization error" | "Insufficient funds for package autorization" | "Package has already been authorized" | "General error" | "Login error (incorrent key or api_password)" | "No such method" | "Access disabled" | "Access denied (via Merchant Panel settings)" ;