8. Customer data
Validate customer data
Key | Expected value |
---|---|
amount.value | 80808 |
customer.reference | TEST_CUSTOMER_REFERENCE |
customer.email | [email protected] |
customer.trust | 7 |
Sample JSON body
{
"serviceId": "SL-1234-1234",
"amount": {
"value": 80808,
"currency": "EUR"
},
"description": "TEST_DESCRIPTION_8",
"reference": "TESTREFERENCE8",
"customer": {
"reference": "TEST_CUSTOMER_REFERENCE",
"email": "[email protected]",
"trust": 7
},
"paymentMethod": {
"id": 613
},
"integration": {
"test": true
}
}
Updated 3 months ago