Download the PHP package tomaj/omnipay-tatra without Composer
On this page you can find all versions of the php package tomaj/omnipay-tatra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomaj/omnipay-tatra
More information about tomaj/omnipay-tatra
Files in tomaj/omnipay-tatra
Download tomaj/omnipay-tatra
More information about tomaj/omnipay-tatra
Files in tomaj/omnipay-tatra
Vendor tomaj
Package omnipay-tatra
Short Description Tatrabank driver for the Omnipay payment processing library
License MIT
Homepage https://github.com/tomaj/omnipay-tatra
Package omnipay-tatra
Short Description Tatrabank driver for the Omnipay payment processing library
License MIT
Homepage https://github.com/tomaj/omnipay-tatra
Please rate this library. Is it a good library?
Informations about the package omnipay-tatra
Omnipay Tatra module
ComfortPay
ChargeRequest
Method to create transaction with registered card.
Parameters:
transactionId
(required) - Unique ID of transactionparentTransactionId
(optional) - Unique ID of parent transaction. Mandatory for transactionType PREAUTH-CONFIRM, PREAUTH-CANCEL and CHARGEBACKtransactionType
(required) - transaction type, allowed options: PURCHASE, PREAUTHORIZATION, PREAUTH-CONFIRM, PREAUTH-CANCEL, CHARGEBACKreferedCardId
(required) - The registration ID of cardws
(required) - Merchant IDterminalId
(required) - Terminal IDamount
(required) - Amount of transactioncurrency
(required) - Currency of transaction (ISO 4217 currency codes)vs
(required if e2eReference is empty) - Variable symbolss
(required if e2eReference is empty) - Specific symbole2eReference
(required if vs and ss are empty) - E2E referencesubmerchantId
(required only if sending IPSPS Data)- IPSP Data - Submerchant IDlocation
(required only if sending IPSPS Data) - IPSP Data - Location, string max length 25 symbolscity
(required only if sending IPSPS Data) - IPSP Data - city, string max length 13 symbolsalpha2CountryCode
(required only if sending IPSPS Data) - IPSP Data - ISO 3166-1 alpha-2 code
Return:
CardTransactionResponse
transactionId
- Unique ID of transactiontransactionStatus
- Status code of transaction (see transaction's status codes)transactionApprova
- Autorization code
CheckCardRequest
Method to check the status of registered card.
Parameters:
idOfCard
- The registration ID of card
Return:
CheckCardResponse
status
- (OK, FAIL, UNKNOWN)
TransactionStatusRequest
Method to check the status of transaction.
Parameters:
transactionId
- Unique ID of transaction
Return:
CardTransactionResponse
transactionId
- Unique ID of transactiontransactionStatus
- Status code of transaction (see transaction's status codes)transactionApproval
- Autorization code
ListOfExpiredRequest
Method to get the list of expired cards with expiration date after requested one.
Parameters:
expDate
(required) - Expiration date (format: YYYYMMDD)
Return:
ListOfExpiredResponse
list
- array of card ids
ListOfExpiredPerIdRequest
Method to get the expiration date of cards specified in request.
Parameters:
listOfIdCards
- array of card registration IDs (max 1000)
Return:
ListOfExpiredPerIdResponse
listOfIdCards
- array of pairs idOfCard and expiration date
UnRegisterCardRequest
Method to unregister comfortpay card
Parameters:
cardId
- card identifier
Return:
UnRegisterCardResopnse n/a
Transaction's status codes
Transaction status code | Description | Result |
---|---|---|
<0 | Not finished yet | InProgress |
00 | Approved | Approve |
04 | Pick up card | Pickup |
05 | Do not honour | Decline |
14 | Invalid card number | Decline |
51 | Not sufficient funds | Decline |
54 | Expired card | Decline |
57 | Transaction not allowed for cardholder | Decline |
61 | Exceeds withdrawal amount limit | Decline |
All versions of omnipay-tatra with dependencies
PHP Build Version
Package Version
Requires
ext-openssl Version
*
ext-hash Version *
ext-soap Version *
ext-simplexml Version *
omnipay/common Version ~3.0
ext-hash Version *
ext-soap Version *
ext-simplexml Version *
omnipay/common Version ~3.0
The package tomaj/omnipay-tatra contains the following files
Loading the files please wait ....