Full Refund
Perform an iDEAL full refund request for a successful transaction.
Methods
POST
Perform a full refund request.
Responses
Response schema
Copied!
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"format": "hal+json"
}
},
"required": [
"_links"
]
}
{ "type": "object", "properties": { "_links": { "type": "object", "format": "hal+json" } }, "required": [ "_links" ] }
Examples
Link relationship
iDEAL:action
Retrieve full refund resource details
ideal refund with an outcome of full refund status query uri
POSThttps://try.access.worldpay.com/payments/alternative/action/ideal/refunds/full/{encryptedParams}
Copied!
{
"Authorization": "Bearer Token",
"Content-Type": "application/vnd.worldpay.pay-action-v1+json",
"Accept": "application/vnd.worldpay.pay-action-v1+json"
}
{ "Authorization": "Bearer Token", "Content-Type": "application/vnd.worldpay.pay-action-v1+json", "Accept": "application/vnd.worldpay.pay-action-v1+json" }
202
Copied!
{
"_links": {
"ideal:query": {
"href": "https://try.access.worldpay.com/payments/alternative/action/ideal/query?transactionReference={transactionReference}&entity={entity}"
},
"curies": [
{
"name": "ideal",
"href": "https://try.access.worldpay.com/rels/payments/alternative/action/ideal/dummyDoc/{rel}",
"templated": true
}
]
}
}
{ "_links": { "ideal:query": { "href": "https://try.access.worldpay.com/payments/alternative/action/ideal/query?transactionReference={transactionReference}&entity={entity}" }, "curies": [ { "name": "ideal", "href": "https://try.access.worldpay.com/rels/payments/alternative/action/ideal/dummyDoc/{rel}", "templated": true } ] } }