The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Gateways

API

Token billing

Token billing allows you to store a credit card with your gateway, and charge it at a later date. Token billing is not supported by all gateways. For supported gateways, the following methods are available:

Once you have a cardReference, you can use it instead of the card parameter when creating a charge:

$gateway->purchase(['amount' => '10.00', 'cardReference' => 'abc']);