Download the PHP package maras0830/laravel-paynow without Composer

On this page you can find all versions of the php package maras0830/laravel-paynow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-paynow

Paynow SDK

https://github.com/Maras0830/laravel-paynow

ToDo

Installation

Enable php extension soap http://php.net/manual/en/book.soap.php

composer require

add to config/app.php

publish config file to config/paynow.php

in .env

Usage

測試卡號: 4025950011112222 有效年月: 12/12 安全碼:999

  1. CreditCard backend transaction

  2. Transaction Check

  3. Subscription

First Transaction

Others Transaction

Refund Order

交易錯誤碼

PayNow Code Exception Code Error Msg
0 0 unknown error
01 01 發卡銀行要求回覆(call bank)
02 02 發卡銀行要求回覆(call bank)
04 04 拒絕交易,請聯絡發卡銀行
05 05 發卡銀行拒絕交易
06 06 發卡銀行拒絕交易
07 07 發卡銀行拒絕交易
12 12 拒絕交易,卡號錯誤
14 14 拒絕交易,卡號錯誤
15 15 無此發卡銀行
33 33 拒絕交易,過期卡
41 41 拒絕交易,請聯絡發卡銀行
43 43 拒絕交易,請聯絡發卡銀行
51 51 信用卡額度不足
54 54 拒絕交易,過期卡
55 55 拒絕交易,密碼錯誤
56 56 發卡銀行拒絕交易
57 57 發卡銀行拒絕交易
58 58 發卡銀行拒絕交易
62 62 發卡銀行拒絕交易
87 87 拒絕交易,請聯絡發卡銀行
90 90 銀行系統結算中
96 96 收單行系統功能異常
916 916 主機斷線
920 920 拒絕交易,卡號錯誤
922 922 密碼錯誤
933 933 訂單編號不存在
934 934 發卡行3D頁面驗證錯誤
935 935 發卡行3D頁面驗證錯誤
939 939 MID 停用
N7 1007 拒絕交易,請聯絡發卡銀行
P1 1011 拒絕交易 超過日限額度
Q1 1021 發卡銀行拒絕交易

取消狀態

Code status
0 買家申請退貨
1 買賣家確認
2 銀行退款
3 賣家申請退款

All versions of laravel-paynow with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.2
ext-soap Version *
ext-openssl Version *
ext-json Version *
ext-mbstring Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package maras0830/laravel-paynow contains the following files

Loading the files please wait ....