Retrieve the prepaid wallet for the customer. It provides the current balance and details on its state.
Successfully obtained customer prepaid wallet
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "balance": 150,
- "balance_state": "healthy"
}
Get customer details of a currently logged-in user
Successfully obtained current logged-in user's customer contact details
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "name": "Autodiagnose Vogels",
- "reference": 213432,
- "street": "Zevensprong",
- "number": "7",
- "postal_code": "6511AA",
- "city": "Amsterdam",
- "country": "NL",
- "email_address": "john@forbes.com",
- "financial_email_address": "patricia@blackrock.com",
- "phone": 31651226913,
- "currency": "EUR"
}
Edit authenticated user's customer details
Company details
Successfully updated user's customer details
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "name": "Autodiagnose Vogels",
- "street": "Zevensprong",
- "number": "7",
- "postal_code": "6511AA",
- "city": "Amsterdam",
- "country": "NL",
- "email_address": "john@forbes.com",
- "financial_email_address": "patricia@blackrock.com",
- "phone": 31651226913
}
{- "name": "Autodiagnose Vogels",
- "reference": 213432,
- "street": "Zevensprong",
- "number": "7",
- "postal_code": "6511AA",
- "city": "Amsterdam",
- "country": "NL",
- "email_address": "john@forbes.com",
- "financial_email_address": "patricia@blackrock.com",
- "phone": 31651226913,
- "currency": "EUR"
}