PayPal

PayPal root resource, returns links to available PayPal actions.

Methods

GET

Retrieve links to next available actions.

Responses

Examples

GET
 Retrieve the PayPal top-level collection resource.
View

Link relationship

get
 Retrieve the PayPal top-level collection resource. 
GEThttps://try.access.worldpay.com/payments/alternative/action/paypal
Copied!
{
  "Authorization": "Basic auth",
  "Content-Type": "application/vnd.worldpay.paypal-v1+json",
  "Accept": "application/vnd.worldpay.paypal-v1+json"
}

200

Copied!
{
  "_links": {
    "resourceTree": {
      "href": "https://try.access.worldpay.com/rels/payments/alternative/action/paypal/resourceTree"
    },
    "action:sale": {
      "href": "https://try.access.worldpay.com/payments/alternative/action/paypal/sale"
    },
    "action:events": {
      "href": "https://try.access.worldpay.com/payments/alternative/action/paypal/sale"
    },
    "curies": [
      {
        "name": "action",
        "href": "https://try.access.worldpay.com/rels/payments/alternative/action/paypal/{rel}",
        "templated": true
      }
    ]
  }
}