5. Partner-integration code
If you are a certified integrator, we like you to prove that transactions from your integration are transferred correctly.
Validation for a partner integration. If you develop software for more than 1 merchant.
Key | Expected value |
---|---|
amount.value | 50505 |
stats.object | TEST_PARTNER_VALUE |
Sample JSON body
{
"serviceId": "SL-1234-1234",
"amount": {
"value": 50505,
"currency": "EUR"
},
"description": "TEST_DESCRIPTION_5",
"reference": "TESTREFERENCE5",
"stats": {
"object": "TEST_PARTNER_VALUE"
},
"paymentMethod": {
"id": 613
},
"integration": {
"test": true
}
}
Updated 3 months ago