8. Customer data

Validate customer data

KeyExpected value
amount.value80808
customer.referenceTEST_CUSTOMER_REFERENCE
customer.email[email protected]
customer.trust7

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