3DS Device Data

Gather additional device data

Methods

POST

Request

Copied!
{
 "type": "object",
 "properties": {
  "collectionReference": {
   "type": "string"
  }
 }
}

Responses

Examples

POST
 Example of 3dsDeviceData without collectionReference
View
POST
 Example of 3dsDeviceData with collectionReference
View

Link relationship

post
 Example of 3dsDeviceData without collectionReference 
POSTverifiedPayments:3dsDeviceData HATEAOAS link from VerifiedPayment response
Copied!
{
  "Authorization": "Bearer token",
  "Accept": "application/vnd.worldpay.verifiedpayments-v1.hal+json",
  "Content-Type": "application/vnd.worldpay.verifiedpayments-v1.hal+json"
}

202

Copied!
{
  "outcome": "sentForSettlement",
  "transactionReference": "116111",
  "_links": {
    "payments:refund": {
      "href": "http://payments-simulator:8082/payments/settlements/refunds/full/eyJrIjoiazNhYjYzMiJ9"
    },
    "payments:partialRefund": {
      "href": "http://payments-simulator:8082/payments/settlements/refunds/partials/eyJrIjoiazNhYjYzMiJ9"
    },
    "payments:events": {
      "href": "http://payments-simulator:8082/payments/events/eyJrIjoiazNhYjYzMiJ9"
    },
    "curies": [
      {
        "href": "http://payments-simulator:8082/rels/payments/{rel}",
        "name": "payments",
        "templated": true
      }
    ]
  }
}