SCA Exemptions

SCA Exemptions

Exemptions root resource, returns links to available actions.

Methods

GET

Retrieve links to next available actions.

Responses

Examples

GET
 Retrieve the exemptions top-level collection resource.
View

Link relationship

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

200

Copied!
{
  "_links": {
    "resourceTree": {
      "href": "https://access.worldpay.com/exemptions/resourceTree"
    },
    "exemptions:assess": {
      "href": "https://access.worldpay.com/exemptions/assessment"
    },
    "curies": [
      {
        "href": "https://access.worldpay.com/rels/exemptions/{rel}",
        "templated": true,
        "name": "exemptions"
      }
    ]
  }
}