4. Belgian customers

Validate a Belgian customer

KeyExpected value
amount.value40404
order.invoiceAddress.countryBE
order.invoiceAddress.zipCode1122

Sample JSON body

{
    "serviceId": "SL-1234-1234",
    "amount": {
        "value": 40404,
        "currency": "EUR"
    },
    "description": "TEST_DESCRIPTION_4",
    "reference": "TESTREFERENCE4",
    "order": {
        "invoiceAddress": {
            "country": "BE",
            "zipCode": "1122"
        }
    },
    "paymentMethod": {
        "id": 613
    },
    "integration": {
        "test": true
    }
}