mO SharemO Share

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

Ezetap App Config File

Using Ezetap payment device payment can be made in two ways - using the card and using the QR code

For the configuration of the app-config file, Users of Ezetap would need the attribute values from Ezetap end:

Important - Note that for the generic Ginesys configuration the 3rd and 4th steps need the following details -

Assembly name: GinesysEzetapIntg

Class name:
a. PaymentProcessorCard (for making payment using card)
b. PaymentProcessorQR (for making payment using QR code)

Method name: ProcessPayment

 

Sample content of the app.config file for Paytm DQR devices

{
"SecurityParams":
{
"appKey":"96712345-2bx8-41xy-9633-8abcd558047w",
"username":"1234567891",
"password":"654321X",
"PushTo":
{
"deviceId":"0123456789|ezetap_android"
},
},
"APIParams":
{
"GetStatusAPIPaymentURL":"https://demo.ezetap.com/api/3.0/p2p/status",
"PushToPayAPITransactionURL":"https://demo.ezetap.com/api/3.0/p2p/start"
}
}

Note that the Base URLs have to be allowed by the firewall (if there is any).

The attribute values specified above are sample only.

Port number needs to confirmed by EzeTap

Click to download this app.config file:

Attribute Description:

ATTRIBUTES

DESCRIPTIONS

appKey

This attribute is mandatory. This would be shared by Ezetap

username

This attribute is mandatory. Username must be passed in the demo PAX device. This username has to be provided by Ezetap

password

This attribute is mandatory. Password of the above user in the demo PAX device. This has to be provided by Ezetap

deviceId

This attribute is mandatory. PushTo is a JSON list with destination info like Device id of the POS on which notification will be sent

GetStatusAPIPaymentURL

To get the status of pushToPay notification from Merchant’s id

PushToPayAPITransactionURL

The site URL to push the transaction