PHPackages                             pawnpay/merchant\_api - 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. [API Development](/categories/api)
4. /
5. pawnpay/merchant\_api

ActiveLibrary[API Development](/categories/api)

pawnpay/merchant\_api
=====================

An API adapter for gateway.pawn-pay.com

v1.1.6(5y ago)1114[2 PRs](https://github.com/PawnPaymentSolutions/gateway_adapter/pulls)MITPHPPHP &gt;=7.3.0

Since Nov 4Pushed 3y agoCompare

[ Source](https://github.com/PawnPaymentSolutions/gateway_adapter)[ Packagist](https://packagist.org/packages/pawnpay/merchant_api)[ RSS](/packages/pawnpay-merchant-api/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (5)Versions (11)Used By (0)

PawnPay Merchant API
====================

[](#pawnpay-merchant-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c606e94c292dcc34184b062e094e1f3d0e29e389bf98a4c3069b3c572b5a70fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f7061776e7061792f6d65726368616e745f617069)](https://packagist.org/packages/pawnpay/merchant_api)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

About
-----

[](#about)

An API adapter for [gateway.pawn-pay.com](gateway.pawn-pay.com)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Initialize](#initialize)
    - [Checking For Success](#checking-for-success)
    - Payers
        - [Create Payer](#create-payer)
        - [Update Payer](#update-payer)
        - [Delete Payer](#delete-payer)
        - [Get Payer Methods](#get-payment-methods)
    - Payment Methods
        - [Create Method](#create-payment-method)
        - [Update Method](#update-payment-method)
        - [Delete Method](#delete-payment-method)
    - Transactions
        - [Authorize Transaction](#authorize-transaction)
        - [Capture Transaction](#capture-transaction)
        - [Process Transaction](#process-transaction)
        - [Reverse Transaction](#reverse-transaction)
        - [Get Transaction](#get-transaction)
    - Batches
        - [Get Batches](#get-batches)
        - [Get Batch Transactions](#batch-transactions)
    - Webhooks
        - [Create Webhook](#create-webhook)
        - [Update Webhook](#update-webhook)
        - [Get Webhook](#get-webhook)
        - [Delete Webhook](#delete-webhook)
        - [List Webhooks](#list-webhooks)
        - [Validate Webhook](#validate-webhook)
    - [Debugging](#debugging)
- [Testing](#testing)
- [License](#license)

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

[](#installation)

Require the `pawnpay/merchant_api` package in your composer.json:

```
$ composer require pawnpay/merchant_api
```

Usage
-----

[](#usage)

For a full list of the API specs please see our [API Documentation](https://gateway.pawn-pay.com/docs/api/v1#merchant)

### Initialize

[](#initialize)

```
