Skip to main content

Deposit

TCash initiates deposit transactions by calling into the vendor's system.

Vendor's systems need to provide these two functionalities:

  1. API endpoint for validating the account identifier and the amount
  2. API endpoint for depositing the funds
tip

The process is split into two steps to allow greater flexibility in customization and implementation of future features. For example: in case the deposit procedure takes a long time in the vendor's system, to avoid having the user waiting, we can setup the system to validate the transaction first, return the information about the successful deposit and then make the actual deposit after that.

TCash allows integration without the validation step at all. Both validation and deposit can be done in one step only, in the same API call.

If you wish to customize the procedure, let us know.

Contact us at integracija@tcash.me for further information.