3DS

3DS root resource, returns links to available actions.

Methods

GET

Retrieve links to next available actions.

Responses

Examples

GET
 Retrieve the 3ds top-level collection resource.
View

Link relationship

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

200

Copied!
{
  "_links": {
    "3ds:deviceDataInitialize": {
      "href": "https://try.access.worldpay.com/verifications/customers/3ds/deviceDataInitialization"
    },
    "resourceTree": {
      "href": "https://try.access.worldpay.com/verifications/customers/3ds/resourceTree"
    },
    "curies": [
      {
        "href": "https://try.access.worldpay.com/rels/verifications/customers/3ds/{rel}",
        "name": "3ds",
        "templated": true
      }
    ]
  }
}