3. A B2B order

Validate a B2B order

KeyExpected value
amount.value30303
customer.company.nameTEST_COMPANY_NAME
customer.company.cocNumber12345678
customer.company.vatNumberNL0123456789
customer.company.countryNL

Sample JSON body

{
    "serviceId": "SL-1234-1234",
    "amount": {
        "value": 30303,
        "currency": "EUR"
    },
    "description": "TEST_DESCRIPTION_3",
    "reference": "TESTREFERENCE3",
    "customer": {
        "company": {
            "name": "TEST_COMPANY_NAME",
            "cocNumber": "12345678",
            "vatNumber": "NL0123456789",
            "country": "NL"
        }
    },
    "paymentMethod": {
        "id": 613
    },
    "integration": {
        "test": true
    }
}