Technical Documentation KIP S.A. ul. Św. Marcin 73/6 61-808 Poznań. www.kipsa.pl www.tpay.com

Similar documents
MONETA.Assistant API Reference

Amazon Payments Implementation Guide. Support for ZenCart

Mandiri e-cash Online

Alpha e-pay v2 Merchant User Manual (v1.9)

Process: Self Service

AS DNB banka. DNB Link specification (B2B functional description)

PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide

Getting Started Guide

Audi Virtual Payment Client Integration Manual

Cardsave Payment Gateway

Your Gateway to Electronic Payments & Financial Services. Getting Started Guide - English

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27

E-payment. Service description

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide

TM SysAid Chat Guide Document Updated: 10 November 2009

Publishing with Adobe Presenter 10 (Detailed)

Offline Payment Methods

Smart Card Authentication Client. Administrator's Guide

PAY BUTTON USER GUIDE PAY BUTTON USER GUIDE. Version: 1.2

OMA SAVINGS BANK S ONLINE PAYMENT SERVICE

Micros Troubleshooting & Error Message Guide.

Installation Instructions Nochex Payment Module for Magento

Configuring Network Load Balancing with Cerberus FTP Server

iyzico one-off payment and installment easy payment integration

In a browser window, enter the Canvas registration URL: silverlakemustangs.instructure.com

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

Payment Page Integration

RSA SecurID Ready Implementation Guide

2/7/2006- Teri DeBruhl. Blackboard Help Grant Guest Access to Your Blackboard Course. STEP ONE - Sets overall Guest Access for your course.

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE

Smart Card Authentication. Administrator's Guide

Dreamweaver Tutorials Creating a Web Contact Form

QIWI Wallet Pull Payments API

Registration Instructions. Visual Basic 2010 Express Software

SPARROW Gateway. Developer API. Version 2.00

MULTIFUNCTIONAL DIGITAL SYSTEMS. TopAccess Guide

NO Cash Accepted at any Customs Office

How To Use Listhub On A Pc Or Macbook

Lay-Buys Payment Gateway Extension

How to integrate Verax NMS & APM with Verax Service Desk

Payment module integration for Magento 2. Version 2.0.0

DHA (Dubai Health Authority) Document Specification: Volunteer Program Version 1.0

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

MyMobileAPI. mymobileapi.com

AEC Version Installation/Upgrade Quick Start Guide

Aventail Connect Client with Smart Tunneling

Cofred Automated Payments Interface (API) Guide

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

KPN SMS mail. Send SMS as fast as !

Exchange Outlook Profile/POP/IMAP/SMTP Setup Guide

Track and Trace. Administration Guide

Bitrix Site Manager ASP.NET. Installation Guide

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

WebEx Virtual Office Hours

Configuring Instant Messaging and Presence capability for Avaya IP Agent using Avaya SIP Enablement Services - Issue 1.0

Windows Mobile 6.5 Classic Pocket Inventory Install and Setup in Windows Vista / 7

Setting Up a CyberSource Web Payment Account

Field Manager Mobile Worker User Guide for RIM BlackBerry 1

IPsec VPN Application Guide REV:

Authorize.net modules for oscommerce Online Merchant.

Credit Card Processing with Element Payment Services (Eterm) Release 8.7.8

Customer Support Guide

1: 2: : 3.1: 3.2: 4: 5: & CAPTCHA

Handle Tool. User Manual

Order Notifications - reporting a payment status

Drive. Etobicoke-Mimico Watershed Coalition

Circulation Workflows in ALEPH v. 18 Note: to be used with the List of Circulation Data for Training (USMXX) ALEPH version 18

SOCIALMEDIABOX SETUP GUIDE

Virtual Terminal User s Guide

GTPayment Merchant Integration Manual

How to Use Registration Pro 1.1 With Joomla

Chapter 8 Advanced Configuration

M600 BBC Client Installation overview for BlackBerry Enterprise Server

Kentico CMS 7.0 E-commerce Guide

InstaMember USER S GUIDE

Windows Mobile 6.5 Classic Pocket Inventory Install and Setup in Windows XP

InstaMember USER S GUIDE

GE Intelligent Platforms. Activating Licenses Online Using a Local License Server

Mail & Telephone Order Payments Service (WorldAccess) Guide. Version 4.3 February 2014 Business Gateway

ClubRunner Event Payment Setup Guide

WebSphere Business Monitor V7.0 Script adapter lab

Absorb Single Sign-On (SSO) V3.0

Downloading <Jumping PRO> from Page 2

Adobe Acrobat 9 Digital Signatures, Changes and Improvements

LiteCommerce Authorize.Net Module. Version 2.4

NREMT Online Recertification Training Officer Instructions

MAKER FOR VTIGER CRM

Microsoft Office via Office 365 Subscription Download/Install Instructions and Frequently Asked Questions

SysPatrol - Server Security Monitor

Getting Started with StoreGrid Cloud

COMMERCIAL-IN-CONFIDENCE

PaperCut Payment Gateway Module CyberSource Quick Start Guide

P-Card Process and Workflow Manual

Merchant Integration Guide

Platron API. Technical description. version 3.5

Transcription:

KIP S.A. ul. Św. Marcin 73/6 61-808 Poznań www.kipsa.pl www.tpay.com

1 Notes 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. The terms "customer" and "client" are used interchangeably and they both refer to a person doing a payment. Whenever term "seller's panel" or "control panel" is used it refers to part of tpay.com website located at: https://secure.transferuj.pl/panel/. 2

2 Simple version By accessing the address https://secure.transferuj.pl without GET parameters, the customer is transferred to the payment panel, in which he is required to fill the following data: Seller ID - e.g. 1111; Amount of the payment - e.g. 157.32; Transaction description - any description provided by the customer*. There is a possibility of imposing any of the above parameters by providing them as a part of the URL address, as follows: https://secure.transferuj.pl/?id=1005- one parameter; https://secure.transferuj.pl/?id=1005&kwota=9.32 - two parameters. Providing all three parameters will result in transferring the customer immediately to the transaction panel. This is an introduction to the full integration with tpay.com. 3 Full version The client is redirected to https://secure.tpay.com, the parameters necessary to define the transaction must be sent via POST or GET method. Available parameters are presented below: Parameter Information Accepted values id Numeric identifier assigned to the merchant during the registration. Mandatory parameter! kwota Transaction amount with dot as decimal separator. Mandatory parameter! opis Transaction description Mandatory parameter! crc Auxiliary parameter to identify the transaction on the merchant side. md5sum The checksum used to verify the parameters received from the merchant. It is constructed in accordance with the following scheme using MD5 function: MD5(id + kwota + crc + seller s verification code ) Numeric, e.g. 1005 Numeric, e.g. 157.32 Any, up to 128 Any, up to 128 Alphanumeric, 32 3

Parameter Information Accepted values PHP e.g.: md5($id.$kwota.$crc.$code); When seller s verification code is not set, its value is assumed to be an empty string. online Allow online payments only disallows selection of channels, which at the time, cannot process the payment in real time. kanal Imposing pre-selected payment channel for the customer (the full list of channels along with their ID is available in the seller s panel). grupa Imposing pre-selected payment channel group for bank for the customer (the full list of channels along with their ID is available in the seller s panel). wyn_url The URL address to which transaction result will be sent via POST method. Note: The value of this parameter is used provided accepting it from external form is enabled (the setting in seller s control panel). By default, the value set in the seller s panel is used. Details are provided later in this manual. wyn_email E-mail address to which notifications of transaction states are sent. By default, the value set in the seller s panel is used. opis_sprzed Description of the seller during the transaction. By default, the value set in the seller s panel is used. 0 no 1 yes Numeric, e.g. 8 Numeric, e.g. 8 Alphanumeric, up to 512 Alphanumeric, up to 64 Any, up to 64 4

pow_url pow_url_blad The URL to which the client will be forwarded after the correct transaction processing. The URL to which the client will be forwarded in case transaction error occurs. By default, the same as pow_url. Alphanumeric, up to 512 Alphanumeric, up to 512 email Client s email address Alphanumeric, up to 64 akceptuje_regulamin Accept tpay rules. Is neccesary if used parameter direct direct Client will be immediately redirect to bank from merchant site (set in parameter channel) if this bank offers payment pay-by-link. 1 yes 0 no 1 yes nazwisko Client s name Alphanumeric, up to 64 imie Client s first name Alphanumeric, up to 64 adres Client s address Alphanumeric, up to 64 miasto Client s city Alphanumeric, up to 32 kod Client s post code Alphanumeric, up to 10 kraj Client s country Alphanumeric, up to 32 telefon Client s telephone number Alphanumeric, up to 16 In case any of the three parameters was missing, the customer will be redirected to a simple version of the system and asked to fill in missing data. In order to provide additional safety, md5sum checksum should be used. If this sum is sent as a parameter to the system, but its value is different than the one calculated using transaction data, the transaction will be discarded and the customer will be redirected to a simple version of the system with an appropriate error message 5

Sample full integration is described in an external document at: https://secure.transferuj.pl/partner/pliki/exemplary_integration.pdf Some more examples: https://secure.transferuj.pl/partner/pliki/documentation_of_implementation.pdf Additional functionality: The Merchant can access the payment channels with their description, online working hours, accessibility at the present time and logos using Javascript described at https://secure.transferuj.pl/partner/pliki/documentation_of_channels.pdf 4 Notifications and receiving data after transaction After each transaction, the system sends appropriate notification emails to both the customer and the seller as well as the parameters to the URL specified by the seller via POST method. Notification to the customer is always sent, but the seller can disable them in control panel. Similar thing applies to the POST parameters - the seller may disable receiving them. If receiving POST parameters is enabled, the seller should be aware that the notification's URL address can be different for each transaction. The default value is the one set in notification settings in the seller's panel. There is also a setting which allows a change of wyn_url address when sending the transaction data. When POST notifications sending is used, the following parameters shall be sent to the provided URL address: Parameter id tr_id tr_date tr_crc tr_amount tr_paid tr_desc Detail Numeric identifier assigned to the merchant during the registration. Transaction identifier assigned by the system. Transaction date. Auxiliary parameter to identify the transaction on the merchant side. Transaction amount provided by the seller. Amount paid. Note: depending on account settings, this amount may be different than transaction amount! Transaction description. 6

Parameter tr_status Detail Transaction status: TRUE if transaction is valid or FALSE otherwise. Note: depending on account settings, transaction status might be correct when amount paid is different than transaction amount! E.g. seller accepts overpayments. tr_error tr_email md5sum Error information parameter. Its values can be as follows: none no error, overpay overpayment, surcharge underpayment. Note: this parameter might be different than none even when transaction status is TRUE. E.g. when there is an overpayment then tr_status=true and tr_error=overpay. Client s email address The checksum used to verify the parameters sent to the merchant. It is constructed in accordance with the following scheme using MD5 function: MD5(id + tr_id + tr_amount + tr_crc + seller s verification code ) PHP e.g.: md5($id.$tr_id.$tr_amount.$crc.$code); This checksum should be always verified on the merchant s side and data discarded in case of it invalid value. When seller s verification code is not set, its value is assumed to be an empty string. In response to the received transaction parameters the merchant's system must confirm their delivery. This is done by printing the word TRUE. Any other response will be treated as invalid and will result in scheduling another attempt. Example implementations in PHP looks as follows: echo "TRUE"; Notifications are always sent from IP address: 195.149.229.109 - it is recommended to verify the address to assure that they come from the tpay.com online payments server. Please note this address may change or new address can be added! 7

5 Additional informations We encourage everyone to test the everything before the final release of the integration. tpay.com has a TEST MODE, which can be turned on in the Merchant's control panel at the Menu: Settings > test mode. When the test mode is on, you can try generating a transaction as a normal customer would do, but after choosing the payment there is a form, where you can enter an ammount and click "ZAPISZ KWOTĘ" button. After that our system will send notifications as if the customer would pay the entered ammount. Transactions in TEST MODE are free of charge. You can also test notifications via hidden POST confirmations using Menu: Integration>notifications testing. 8

The parameters above are as follows: 1. Transaction status 2. Error 3. transaction amount 4. transaction description 5. CRC 6. client email 7. Security code = seller s verification code used to calculate md5sum 8. verify servers SSL certificate 9. adress URL to send notification to Please make notice to wyn_url settings at Merchant's Menu: Settings>notifications>Notification URL. If you will set the "Allow notification URL overwrite": setting to "no", and no address will be entered, the confirmations won't be sent at all. What is md5sum needed for? It's a parameter added in order to increase security, and preserve the integrity of data transferred between Merchant's Service and tpay.com system. It's generated using the Merchant's confirmation code, known only to the Merchant and entered by himself/herself in the Merchant's control panel in Menu->Settings->notifications->security code. If the Customer (Payer) will change the parameters sent from the Merchant's system to tpay.com (i.e. the amount of transaction), s/he will be unable to make the payment which would result in receiving a notification by the Merchant with the same CRC code as sent with the transaction details to tpay.com. CRC is used by Merchants to automatically identify transactions and should be unique to each transaction. We advice to accept payments without md5sum only if every transactions are manually checked by the Merchant (i.e. when the payment links are sent via chat communicators or are individually and manually prepared by the Merchant). 9

6 Contact If any questions arise during the lecture of this document or any other technical issue needs explanation, please contact us using contact form in seller's panel or via email: pt@tpay.com 1