Scan2Pay
  • Scan2Pay API
  • API Introduction
    • API Environment
    • API Security
    • API Request Format
    • API Response Format
    • SDK
  • API Specification
    • Merchant-Presented QR Code
    • Customer-Presented QR Code
    • Credit Card Payment
    • EasyCard Manipulation
      • Obtain the device list
      • Sign on
      • Query the card number
      • Query the balance
      • Payment
      • Refund
      • Settlement
      • Payment Retry (EasyCard)
    • Refund
    • Single Transaction Query
    • Multiple Transactions Query
    • New Multiple Transactions Query
    • Invoice Query
  • Payment Notification
  • Appendix
    • Payment Method Code
    • Transaction Status Code
    • EasyCard Transaction Status Code
    • Printing Information for EasyCard Transaction
    • Card Reader Setup
Powered by GitBook
On this page
  • Introduction
  • Manipulation

Was this helpful?

  1. API Specification

EasyCard Manipulation

Introduction

The reader provided by intella can be used for transaction through Scan2Pay API without physical connection. Integrating the e-ticket payment into Scan2Pay system and saving the reader control development and approval cost.

To allow the card reader to connect to the internet through the wifi hotspot, use the Scan2Pay App to perform the setup.

Please contact intella if testing card and reader are required.

Manipulation

Execute the functions of the reader via Scan2Pay API

Function

ServiceType

Description

Note

Obtain the device list under the merchant ID

Can be called without a reader

Sign-on is required for EazyCard transaction, and it's only valid for 30 hours

Obtain the card number

Check the balance of the card

Make the payment

Payment refund

Settlement (Calling for daily settlement before closing the account)

Query the order

OrderQuery

Query the transaction history the card made on Scan2Pay

Top-up

Reserve

Not yet available

Query the top-up

ReserveOrderQuery

Not yet available

Query the order cancellation

CancelOrderQuery

Not yet available

Cancellation of the purchase

Cancel

Not yet available

Cash refund

EZCRefund

Directly refund to the card

Special application. Normal purchase refund please call Refund

Query the card transaction history

EZCOrderQuery

Query the transaction history of the card

Special application. Normal purchase query please call OrderQuery

(According to the transaction)

If the transaction process stopped, retry is required to complete the transaction

Avoid errors caused by communication or other problems

PreviousCredit Card PaymentNextObtain the device list

Last updated 6 years ago

Was this helpful?

Obtain the device list
DeviceQuery
Sign on
SignOn
Query the card number
IdQuery
Query the balance
BalanceQuery
Payment
Payment
Refund
Refund
Settlement
Settlement
Payment Retry