4. Belgian customers
Validate a Belgian customer
Key | Expected value |
---|---|
amount.value | 40404 |
order.invoiceAddress.country | BE |
order.invoiceAddress.zipCode | 1122 |
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
}
}
Updated 3 months ago