Download the PHP package muzik/omnipay-esafe without Composer
On this page you can find all versions of the php package muzik/omnipay-esafe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download muzik/omnipay-esafe
More information about muzik/omnipay-esafe
Files in muzik/omnipay-esafe
Download muzik/omnipay-esafe
More information about muzik/omnipay-esafe
Files in muzik/omnipay-esafe
Vendor muzik
Package omnipay-esafe
Short Description Esafe gateway for Omnipay payment processing library
License MIT
Package omnipay-esafe
Short Description Esafe gateway for Omnipay payment processing library
License MIT
Please rate this library. Is it a good library?
Informations about the package omnipay-esafe
Omnipay: Esafe
ESafe driver for the Omnipay PHP payment processing library.
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements ESafe support for Omnipay.
Installation
The following gateways are provided by this package:
- BankTransfer(銀行虛擬帳號轉帳)
- Barcode(超商條碼繳費)
- CashOnDelivery(貨到付款)
- CreditCard(信用卡付款)
- Paycode(超商代碼繳費)
- Taiwanpay(Taiwaypay 繳費)
- Unionpay(銀聯卡付款)
- WebAtm(網路 ATM 繳費)
For general usage instructions, please see the main Omnipay repository.
Usage
First of all, should create gateway instance
Credit Card
Payment
Refund
- 注意事項
web
,MN
,buysafeno
,Td
與RefundMemo
都是必填,且不可使用空字串- 底層 SDK 會根據 API KEY 及相關資訊自動生成
ChkValue
Unionpay Card
Payment
Refund
- 注意事項
web
,MN
,buysafeno
,Td
與RefundMemo
都是必填,且不可使用空字串- 底層 SDK 會根據 API KEY 及相關資訊自動生成
ChkValue
Support APIs
Description
- All of gateways support
completePurchase()
for handling webhook from esafe.com.tw. - Only CreditCard and Unionpay gateways support
refund()
- There are some of async payment gateways support
acceptNotification()
.- Get bank transfer information
- Get Barcode or Paycode
List
- BankTransfer
completePurchase(array $options = []): CompletePurchaseRequest
acceptNotification(array $options = []): AcceptNotificationRequest
- Barcode
completePurchase(array $options = []): CompletePurchaseRequest
acceptNotification(array $options = []): AcceptNotificationRequest
- CashOnDelivery
completePurchase(array $options = []): CompletePurchaseRequest
acceptNotification(array $options = []): AcceptNotificationRequest
- CreditCard
completePurchase(array $options = []): CompletePurchaseRequest
refund(array $options = []): RefundRequest
- Paycode
completePurchase(array $options = []): CompletePurchaseRequest
acceptNotification(array $options = []): AcceptNotificationRequest
- Taiwanpay
completePurchase(array $options = []): CompletePurchaseRequest
- Unionpay
completePurchase(array $options = []): CompletePurchaseRequest
refund(array $options = []): RefundRequest
- WebAtm
completePurchase(array $options = []): CompletePurchaseRequest
License
This library is under MIT license.
All versions of omnipay-esafe with dependencies
PHP Build Version
Package Version
The package muzik/omnipay-esafe contains the following files
Loading the files please wait ....