Tpay
#
IntroductionTpay offer two ways of integration with them:
- Simple - one of the simplest ways to integrate Tpay on the merchant's website.
- API - integration using Tpay API. With API you can create and manage bank transfer transactions type, transactions, make refunds and get information about them.
Each integration can work also in sandbox mode.
#
Setup Provider#
Tpay SimpleSimple integration of the merchant service with Tpay.
- After you have logged in to the Tpay panel go to Settings > Notifications
- Ensure that option Allow notification URL overwrite in Notification URL section is set to yes
- Copy Security code from Security section
- Setup provider in Fastgate with above information
#
Tpay APIIntegration of the merchant service with Tpay using Tpay API.
- After you have logged in to the Tpay panel go to Settings > Notifications
- Ensure that option Allow notification URL overwrite in Notification URL section is set to yes
- Copy Security code from Security section
- Got to Settings > API and generate a new api_key and set api_password for it. Be prepared to store it in a safe location, because once saved in the panel it will be not visible again.
- Setup provider in Fastgate with above information
#
Tpay SandboxFor sandbox purposes use demo account:
Attribute | Value |
---|---|
Marchant ID | 1010 |
Security code | demo |
Additionally, if you are using API integration you need:
Key | Value |
---|---|
API key | 75f86137a6635df826e3efe2e66f7c9a946fdde1 |
API password | p@$$w0rd#@! |
See more information on Tpay Documentation site.