Verified Payments

Verified Payments

Verified Payments root resource, returns links to available actions. (coming soon)

Methods

GET

Retrieve links to next available actions.

Responses

Examples

GET
 Retrieve the Verified Payments top-level collection resource.
View

Link relationship

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

200

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