crowdconnect/paydock-laravel

A package for consuming the Paydock API within Laravel projects.

Maintainers

Package info

gitlab.com/crowdconnect-com-au/paydock-laravel

Issues

pkg:composer/crowdconnect/paydock-laravel

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2020-08-11 20:33 UTC

This package is not auto-updated.

Last update: 2026-03-18 22:31:56 UTC


README

This Laravel package lets you:

  • Create one-time credit card tokens
  • Create customers from a one-time tokens
  • Retrieve customer payment sources
  • Add/Remove customer payment sources and vault tokens
  • Change customer default payment sources
  • Charge a customer using specified or default payment source

Requirements

guzzlehttp/guzzle

Installation

TBD

composer require crowdconnect/paydock-laravel

Configuration

Create .env variables

PAYDOCK_ENVIRONMENT=<Insert sandbox OR production here>
PAYDOCK_SECRET_KEY=<Insert secret key here>
PAYDOCK_PUBLIC_KEY=<Insert public key here>
PAYDOCK_GATEWAY_ID=<Insert gateway ID here>

How to Use

TBD

License

The MIT License (MIT). Please see License File for more information.