Retrieve a Customer Object by its id.
curl --request POST \ --url https://api.sand.getivy.de/api/service/customer/retrieve \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "id": "<string>" }'
{ "id": "<string>", "emailAddress": "<string>", "bankAccounts": [ { "last4digits": "<string>", "bank": { "id": "<string>", "name": "<string>", "logo": "<string>" } } ] }
The id of the customer
Customer id
Customer email address
List of remembered bank accounts for this Customer
Show child attributes
Bank details
Ivy bank id used to initiate checkout session with preselected bank
The customer-facing name of the Bank.
The Bank Logo as a URL
Last 4 digits of remembered account number