Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

RefundResponse

successboolean

A boolean indicator for full refund success. If this is true, then the full amount was refunded. If it is false, it might have failed entirely or only partially.

RefundResponse
{  "success": true,  "operations": [    {      "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969",      "success": true,      "state": "SUCCESS",      "errorCode": {        "code": "string",        "message": "string"      }    }  ]}