1. Your first test

Validate an order with minimum input

KeyExpected value
amount.value10101
descriptionTEST_DESCRIPTION
referenceTESTREFERENCE

Sample JSON body

{
    "serviceId": "SL-1234-1234",
    "amount": {
        "value": 10101,
        "currency": "EUR"
    },
    "description": "TEST_DESCRIPTION_1",
    "reference": "TESTREFERENCE1",
    "paymentMethod": {
        "id": 613
    },
    "integration": {
        "test": true
    }
}