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
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
}
}
🦉
Start a simple payment test
Open Recipe
Updated 3 months ago