PHPackages                             yumaeda/veritrans - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. yumaeda/veritrans

ActiveLibrary[Payment Processing](/categories/payments)

yumaeda/veritrans
=================

Make a credit card payment via Veritrans Air-Direct API

v1.0.2(8y ago)018MITPHPPHP &gt;=5.4.0CI failing

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/yumaeda/veritrans)[ Packagist](https://packagist.org/packages/yumaeda/veritrans)[ Docs](https://github.com/yumaeda/veritrans)[ RSS](/packages/yumaeda-veritrans/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

This is PHP wrapper/library for veritrans Air-Direct API.

- This Component is not an official one and only supports Tokens API and Charges API.
- This API is experimental and may be removed anytime without any notice.
- Please do not ask any questions about this API to [veritrans](https://www.veritrans.co.jp/).
- The author shall not be held responsible or liable, under any circumstances, for any damages resulting from using this component.

Installation
------------

[](#installation)

1. Add this require line to your `composer.json`:

```
{
    "require": {
        "yumaeda/veritrans": "1.0.*"
    }
}

```

2. `composer install` on your terminal.

How to Use
----------

[](#how-to-use)

```
