Query

Query for a money transfer using transactionReference and entity.

Methods

GET

Perform a query by transactionReference and entity.

Responses

Examples

GET
 A query for a pushToCard money transfer with an outcome of approved.
View
GET
 A query for a pushToCard money transfer with an outcome of error.
View
GET
 A query for a pullFromCard money transfer with an outcome of approved.
View
GET
 A query for a pullFromCard money transfer with an outcome of error.
View
get
 A query for a pushToCard money transfer with an outcome of approved. 
GEThttps://try.access.worldpay.com/moneyTransfers/query?transactionReference={transactionReference}&entity={entity}
Copied!
{
  "Authorization": "Basic Auth",
  "Accept": "application/vnd.worldpay.money-transfers-v1+json"
}

200

Copied!
{
  "outcome": "approved",
  "type": "pushToCard",
  "receivedAt": "2022-01-01T00:00:00Z",
  "_links": {
    "self": {
      "href": "https://try.access.worldpay.com/moneyTransfers/{resource}"
    }
  }
}