Retrieve

Retrieve the details of an existing Basic Disbursement or Fast Access Payout.

Methods

GET

Retrieve payout details

Responses

Examples

GET
 Basic Disbursement: Successful resource retrieval with outcome requestReceived
View
GET
 Basic Disbursement: Successful resource retrieval with outcome refused
View
GET
 Basic Disbursement: Successful resource retrieval with outcome error
View
GET
 Fast Access Payout: Successful resource retrieval with outcome requested
View
GET
 Fast Access Payout: Successful resource retrieval with outcome pending
View
GET
 Fast Access Payout: Successful resource retrieval with outcome approved
View
GET
 Fast Access Payout: Successful resource retrieval with outcome disbursed
View
GET
 Fast Access Payout: Successful resource retrieval with outcome refused
View
GET
 Fast Access Payout: Successful resource retrieval with outcome error
View

Link relationship

get
 Basic Disbursement: Successful resource retrieval with outcome requestReceived 
GEThttps://try.access.worldpay.com/payouts/{resource}
Copied!
{
  "Authorization": "Basic Auth",
  "Accept": "application/vnd.worldpay.payouts-v4+json"
}

200

Copied!
{
  "outcome": "requestReceived",
  "receivedAt": "2023-09-01T10:37:36.923Z",
  "_links": {
    "payouts:payout": {
      "href": "https://try.access.worldpay.com/payouts/{resource}"
    },
    "curies": [
      {
        "name": "payouts",
        "href": "https://try.access.worldpay.com/rels/payouts/{rel}",
        "templated": true
      }
    ]
  }
}