1. Your first test
Validate an order with minimum input
| Key | Expected value |
|---|---|
| amount.value | 10101 |
| description | TEST_DESCRIPTION |
| reference | TESTREFERENCE |
Sample JSON body
{
"serviceId": "SL-1234-1234",
"amount": {
"value": 10101,
"currency": "EUR"
},
"description": "TEST_DESCRIPTION_1",
"reference": "TESTREFERENCE1",
"paymentMethod": {
"id": 613
},
"integration": {
"test": true
}
}