Payment update
Note: This API is for preview purposes only and is subject to change.
POST
your request to the fraudsight:payment
action link.
Payment update example request
POST https://try.access.worldpay.com/fraudsight/update/payment
Payment update request body:
Copied!
{
"transactionReference": "Memory265-13/08/1876",
"merchant": {
"entity": "MindPalaceLtd"
},
"riskProfile": "https://access.worldpay.com/riskprofile/ewogICJ2ZXJzaW9uIiA6IDEsCiAgImtleSIgOiAxLAogICJkYXRhIiA6ICJ5d1NnSzMwYnNGZXVYalR0QUJ0QWdnT3UvK3VhcktrL3c1dCtmSFd4dUFXRmVMZUpuM0MyaEtnYnZlZEdnbGtRY1h4LzltN1pSZGVXZWRBQ1ZvTmxZdFNiZUxaSmFrZXZxenVndFQ2bG44NkpNTW5CeGJSRFVWWWY3dTd5SXVuVFJLK0NYZS9tODRkaHdTUWVnZlYyYTRCb1RaQVNKK0RpcGpmYUxkK1lETlJFclVyZ1c0TGIvOGhvNnFzbFVBU0dSem8zRVRkMEdIUTZXZ1dIT2t1UVBabUF1NXZuVFdBeGZrSEQ5SkdrT1BoV1pMMmIyZm9yNWNOMzZvWUhOY2dkT0lKdkhNMEg5TG1oRDM1RXA4T3R2WWptVmNXS25FZmtLZ0RrK09KRDNLb2pobG",
"paymentOutcome": "authorized",
"cvcResult": "matched",
"avsResult": {
"address": "matched",
    "postcode": "matched"
},
"authentication": {
"version": "2.1.0",
"eci": "05"
}
}
{ "transactionReference": "Memory265-13/08/1876", "merchant": { "entity": "MindPalaceLtd" }, "riskProfile": "https://access.worldpay.com/riskprofile/ewogICJ2ZXJzaW9uIiA6IDEsCiAgImtleSIgOiAxLAogICJkYXRhIiA6ICJ5d1NnSzMwYnNGZXVYalR0QUJ0QWdnT3UvK3VhcktrL3c1dCtmSFd4dUFXRmVMZUpuM0MyaEtnYnZlZEdnbGtRY1h4LzltN1pSZGVXZWRBQ1ZvTmxZdFNiZUxaSmFrZXZxenVndFQ2bG44NkpNTW5CeGJSRFVWWWY3dTd5SXVuVFJLK0NYZS9tODRkaHdTUWVnZlYyYTRCb1RaQVNKK0RpcGpmYUxkK1lETlJFclVyZ1c0TGIvOGhvNnFzbFVBU0dSem8zRVRkMEdIUTZXZ1dIT2t1UVBabUF1NXZuVFdBeGZrSEQ5SkdrT1BoV1pMMmIyZm9yNWNOMzZvWUhOY2dkT0lKdkhNMEg5TG1oRDM1RXA4T3R2WWptVmNXS25FZmtLZ0RrK09KRDNLb2pobG", "paymentOutcome": "authorized", "cvcResult": "matched", "avsResult": { "address": "matched",     "postcode": "matched" }, "authentication": { "version": "2.1.0", "eci": "05" } }
Parameter | Required | Description |
---|---|---|
transactionReference | A reference for the assessment. For example, e-commerce order code. | |
merchant.entity | Used to route the assessment request in Access Worldpay, created as part of on-boarding. | |
riskProfile | Represents the outcome of the original fraud assessment. Used to link subsequent Fraud related requests. | |
paymentOutcome | Outcome of the payment authorization
| |
cvcResult | Outcome of the CVC check
| |
avsResult.address | Outcome of the address check
| |
avsResult.postcode | Outcome of the postcode check
| |
authentication | Include this object if 3DS authentication details were part of the payment | |
authentication.version | 3DS version used by issuer E.g.
| |
authentication.eci | Electronic Commerce Indicator (ECI). Outcome of the 3DS authentication as applied in the payment
|
Payment update responses
Best Practice: Access Worldpay returns a WP-CorrelationId
in the headers of service responses. We highly recommend you log this. The WP-CorrelationId
is used by us to examine individual service requests.
The response status is 200 OK
.