PHPackages                             seunex17/paychant-php - 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. seunex17/paychant-php

ActiveLibrary[Payment Processing](/categories/payments)

seunex17/paychant-php
=====================

The easiest way to accept crypto currency payment on you website

v1.0.3(4y ago)3182MITPHPPHP &gt;=7.1.0

Since Jun 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/seunex17/paychant-php)[ Packagist](https://packagist.org/packages/seunex17/paychant-php)[ Docs](https://github.com/seunex17/paychant-php)[ RSS](/packages/seunex17-paychant-php/feed)WikiDiscussions develop Synced 3w ago

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

Table of contents
=================

[](#table-of-contents)

- [Introduction](#introduction)
- [Installation](#installation)
    - [Via Composer](#via-composer)
- [Usage](#usage)
    - [Composer autoloader](#composer-autoloader)
    - [Create new order](#create-new-order)
    - [Get order](#get-order)
    - [Get all orders](#get-all-orders)
    - [Get exchange rates](#get-exchange-rates)
    - [Set webhook](#set-webhook)
- [Contributing](#contributing)

---

Introduction
============

[](#introduction)

Paychant is a cryptocurrency payment gateway. Founded in 2019, our mission is to increase the adoption of cryptocurrency payment in Africa, providing solutions where cryptocurrencies are spent like cash, a platform that lets buyers use their favorite cryptocurrency to pay sellers (merchants). We offer businesses an entire cryptocurrency ecosystem by providing full payment integration and instant payment settlements for merchants in either Nigerian Naira, Bitcoin, or Ethereum.

### Cryptocurrency Payment Gateway API for Merchant

[](#cryptocurrency-payment-gateway-api-for-merchant)

The Paychant API is designed for businesses that want to accept cryptocurrencies as a means of payment on their platforms without extensive technical expertise and risks related to cryptocurrency exchange rate fluctuations. The API is, therefore, suitable for applications from basic projects, to enterprise-level integration.

Paychant payment gateway provides a process of accepting Bitcoin, Ethereum, and Tether while generating unique addresses for each created order, real-time exchange rates for the payer, and a dashboard system for merchants to manage payment transactions and payouts.

The implementation of our API for payment processing on websites is very straightforward. The API credentials for connectivity can be generated from the Paychant merchant dashboard. We have also provided a Sandbox environment, where the API integration can be tested using Bitcoin and Ethereum testnet tokens, this will help developers performs test transactions before going to live mode.

Website ()

Installation
============

[](#installation)

Via Composer
------------

[](#via-composer)

### Recommended

[](#recommended)

```
composer require seunex17/paychant-php

```

---

Usage
=====

[](#usage)

Composer autoloader
-------------------

[](#composer-autoloader)

```
