定制 onlinecheckwriter/quickpay 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

onlinecheckwriter/quickpay

最新稳定版本:v1.01

Composer 安装命令:

composer require onlinecheckwriter/quickpay

包简介

Streamlined Payment API with Multi-Channel Support: Seamlessly Integrate Checks, eChecks, Virtual Cards, ACH/Direct Deposits, and Wire Transfers into Your Application.

README 文档

README

onlinecheckwriter.com PHP Client is a simple but flexible wrapper for the onlinecheckwriter.com API. See full onlinecheckwriter.com documentation here.

Table of Contents

Getting Started

Registration

Installation

The recommended way to install onlinecheckwriter.com PHP Client is through Composer.

// Install Composer
curl -sS https://getcomposer.org/installer | php

// Add onlinecheckwriter.com PHP client as a dependency
composer require onlinecheckwriter/quickpay

After installing, you need to require Composer's autoloader:

require_once __DIR__ . '/vendor/autoload.php';

Usage

// setToken
// setEnviorment : SANDBOX   

use onlinecheckwriter\Quickpay\Index;

$ocw = (new Index());
$ocw->setToken("G5LoP94QISpOvk6i072yXDFBPwSjRS01foqlYPdVdYJ7li2NRkvzuHvYIzif")
$ocw->setEnviorment("SANDBOX");



// setToken
// setEnviorment : LIVE   

use onlinecheckwriter\Quickpay\Index;

$ocw = (new Index());
$ocw->setToken("YOUR API TOKEN")
$ocw->setEnviorment("LIVE");

Examples

We've provided various examples for you to try out here.

There are simple scripts to demonstrate how to create all the core onlinecheckwriter objects (checks, sent mail)

API Documentation

  • Introduction

=======================

Copyright © 2023 onlinecheckwriter.com

统计信息

  • 总下载量: 306
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-11