Create TSYS Processor

This endpoint allows to configure a TSYS payment processor for a specific merchant by submitting credentials and processor-specific configuration data.

Request Body Parameters

ParameterTypeDescriptionRequired
currenciesArray of StringsList of supported currency codes (e.g., ["USD", "EUR"]).Yes
merchantIdIntegerUnique identifier of the merchant in the Revolv3 system.Yes
processorFieldsObjectTSYS-specific processor settings and identifiers.Yes
merchantNameStringName of the merchant as registered with TSYS. Maximum 25 characters.Yes
customerSupportPhoneStringBilling descriptor phone number associated with the account. Maximum 12 digits.Yes
merchantNumberStringUnique merchant number in the TSYS system. 12 digits long.Yes
vNumberStringTSYS-assigned V number. 8 characters long.Yes
merchantCategoryCodeStringMCC code representing merchant's industry category. Digits only, maximum 4 characters.Yes
acquirerBinStringAcquiring bank identification number (BIN). 6 digits long.Yes
agentChainNumberStringChain number assigned to the agent. 6 digits long.Yes
agentBankNumberStringNumber assigned to the acquiring bank agent. 6 digits long.Yes
storeNumberStringMerchant's store number. 4 digits long.Yes
terminalNumberStringTerminal number used for processing transactions. 4 digits long.Yes
locationNumberStringLocation number of the merchant terminal. 5 digits long.Yes
authenticationCodeStringCode used to authorize and authenticate the merchant. 6-10 characters.Yes

Response Body Parameters

ParameterTypeDescription
objectTypeStringType of the returned object ("processorConfig").
merchantProcessorIdIntegerUnique ID of the created merchant-processor configuration.
processorIdIntegerInternal ID of the processor (6 for TSYS).
processorNameStringName of the processor ("TSYS").
merchantIdIntegerInternal ID of the processor (4 for Adyen).
currenciesArray of StringsList of currency codes configured for the processor (e.g., ["USD", "EUR"]).
processorFieldsObjectSubmitted TSYS processor credentials and configuration data.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!