3. A B2B order
Validate a B2B order
Key | Expected value |
---|---|
amount.value | 30303 |
customer.company.name | TEST_COMPANY_NAME |
customer.company.cocNumber | 12345678 |
customer.company.vatNumber | NL0123456789 |
customer.company.country | NL |
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
}
}
Updated 3 months ago