On This Page

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

Example: Requesting an Multibanco Sale Using the REST API {#ppro-sale-ex-multibanco-rest}
=========================================================================================

Request

```
{
    "clientReferenceInformation": {
        "code": "sale1077"
    },
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "1055",
            "currency": "EUR",
            "taxAmount": "900"
        },
        "billTo":{
        	"country":"PT",
        	"firstName":"John",
        	"lastName":"Doe"
         }
    },
    "paymentInformation": {
        "paymentType": {
            "name": "bankTransfer",
            "method": {
                "name": "multibanco"
            }
        }
    },
  
    "merchantInformation": {
        "successUrl": "https://www.example.org/feedback.php",
        "merchantDescriptor": {
            "name": "DynDescriptor"
        }
    }
}
```

Response to a Successful Request

```

```

RELATED TO THIS PAGE

