1. Your first test

Start an simple payment, and provide us the data, check if the first test passes so you can perform more complex tests

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
    }
}