On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/ppro/integration/all/rest/ppro/ppro-mybank-intro/ppro-refund-intro-mybank/ppro-refund-ex-mybank-rest.md)  
Filter  
FILTER BY TAG

Example: Requesting an MyBank Refund Using the REST API {#ppro-refund-ex-mybank-rest}
=====================================================================================

Request

```
{
    
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "1",
            "currency": "EUR"
        }
    },
    "clientReferenceInformation": {
        "code": "sale1077",
        "originalTransactionId": "1169468614"
    },
    "paymentInformation": {
        "paymentType": {
            "name": "bankTransfer",
            "method": {
                "name": "mybank"
            }
        }
    }
    
    
}
```

Response to a Successful Request

```
{
    "clientReferenceInformation": {
        "transactionid": "sale1077"
    },
    "processorInformation": {
        "transactionId": "144047341"
    },
    "message": "Successful",
    "status": "REFUNDED",
    "id": "6523329019126746031899",
    "submitTimeUtc": "2022-06-06T12:32:41Z"
}
```

RELATED TO THIS PAGE

