Skip to content

Commit 876d7a8

Browse files
committed
Merge branch 'eileenmcnaughton-readme'
2 parents 16b2b7a + cf5418e commit 876d7a8

File tree

1 file changed

+39
-31
lines changed

1 file changed

+39
-31
lines changed

README.md

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,41 @@ For the `2.x` branch, please visit https://github.com/thephpleague/omnipay-sagep
1717
Table of Contents
1818
=================
1919

20-
* [Omnipay: Sage Pay](#omnipay-sage-pay)
21-
* [Table of Contents](#table-of-contents)
22-
* [Installation](#installation)
23-
* [Basic Usage](#basic-usage)
24-
* [Supported Methods](#supported-methods)
25-
* [Sage Pay Direct Methods](#sage-pay-direct-methods)
26-
* [Direct Authorize/Purchase](#direct-authorizepurchase)
27-
* [Redirect (3D Secure)](#redirect-3d-secure)
28-
* [Redirect Return](#redirect-return)
29-
* [Direct Create Card](#direct-create-card)
30-
* [Sage Pay Server Methods](#sage-pay-server-methods)
31-
* [Server Gateway](#server-gateway)
32-
* [Server Authorize/Purchase](#server-authorizepurchase)
33-
* [Server Create Card](#server-create-card)
34-
* [Server Notification Handler](#server-notification-handler)
35-
* [Sage Pay Form Methods](#sage-pay-form-methods)
36-
* [Form Authorize](#form-authorize)
37-
* [Form completeAuthorize](#form-completeauthorize)
38-
* [Form Purchase](#form-purchase)
39-
* [Sage Pay Shared Methods (Direct and Server)](#sage-pay-shared-methods-direct-and-server)
40-
* [Repeat Authorize/Purchase](#repeat-authorizepurchase)
41-
* [Capture](#capture)
42-
* [Delete Card](#delete-card)
43-
* [Token Billing](#token-billing)
44-
* [Generating a Token or CardReference](#generating-a-token-or-cardreference)
45-
* [Using a Token or CardReference](#using-a-token-or-cardreference)
46-
* [Basket format](#basket-format)
47-
* [Sage 50 Accounts Software Integration](#sage-50-accounts-software-integration)
48-
* [Account Types](#account-types)
49-
* [VAT](#vat)
50-
* [Support](#support)
20+
<!-- TOC -->
21+
22+
- [Omnipay: Sage Pay](#omnipay-sage-pay)
23+
- [Installation](#installation)
24+
- [Basic Usage](#basic-usage)
25+
- [Supported Methods](#supported-methods)
26+
- [Sage Pay Direct Methods](#sage-pay-direct-methods)
27+
- [Direct Authorize/Purchase](#direct-authorizepurchase)
28+
- [Redirect (3D Secure)](#redirect-3d-secure)
29+
- [Redirect Return](#redirect-return)
30+
- [Direct Create Card](#direct-create-card)
31+
- [Sage Pay Server Methods](#sage-pay-server-methods)
32+
- [Server Gateway](#server-gateway)
33+
- [Server Authorize/Purchase](#server-authorizepurchase)
34+
- [Server Create Card](#server-create-card)
35+
- [Server Notification Handler](#server-notification-handler)
36+
- [Sage Pay Form Methods](#sage-pay-form-methods)
37+
- [Form Authorize](#form-authorize)
38+
- [Form completeAuthorize](#form-completeauthorize)
39+
- [Form Purchase](#form-purchase)
40+
- [Sage Pay Shared Methods (Direct and Server)](#sage-pay-shared-methods-direct-and-server)
41+
- [Repeat Authorize/Purchase](#repeat-authorizepurchase)
42+
- [Capture](#capture)
43+
- [Delete Card](#delete-card)
44+
- [Token Billing](#token-billing)
45+
- [Generating a Token or CardReference](#generating-a-token-or-cardreference)
46+
- [Using a Token or CardReference](#using-a-token-or-cardreference)
47+
- [Basket format](#basket-format)
48+
- [Sage 50 Accounts Software Integration](#sage-50-accounts-software-integration)
49+
- [Account Types](#account-types)
50+
- [VAT](#vat)
51+
- [Support](#support)
52+
- [References](#references)
53+
54+
<!-- /TOC -->
5155

5256
# Installation
5357

@@ -1042,3 +1046,7 @@ you can subscribe to.
10421046

10431047
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-sagepay/issues),
10441048
or better yet, fork the library and submit a pull request.
1049+
1050+
#References
1051+
- [Sage pay tokens using token management](https://www.opayo.co.uk/file/1171/download-document/sagepaytokensystemprotocolandintegrationguidelinev3.0_0.pdf)
1052+
- [Other sage pay transaction types for Server method](https://developer-eu.elavon.com/docs/opayo-shared-api)

0 commit comments

Comments
 (0)