Skip to content

Commit

Permalink
Added link to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
beinbm committed Aug 20, 2015
1 parent d8ae3ae commit 8493eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ another token, which you can use to capture the payment.
Start by following the standard Checkout.com JS guide here:
[http://sandbox.checkout.com/js/v1/docs/Checkout.js_Manual_Sandbox.pdf](http://sandbox.checkout.com/js/v1/docs/Checkout.js_Manual_Sandbox.pdf)

Full documentation of the API can be found here:
[https://www.checkout.com/docs/sandbox/api/integration-guide/introduction](https://www.checkout.com/docs/sandbox/api/integration-guide/introduction)

First Authorize:
```php
$response = $gateway->purchase(['amount' => $amount, 'currency' => $currency])->send();
Expand Down

0 comments on commit 8493eca

Please sign in to comment.