Customer Products

Get Customer Products

get
/customers/{customerId}/products

Get Customer Products

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerIdstring · uuidRequired

Customer ID

Query parameters
productTypestring · enumOptional

Product type

Possible values:
productCodestring · enumOptional

Product code

Possible values:
statusstring · enumOptional

The status of the account

Possible values:
ibanstringOptional

The IBAN of a cash account

Responses
200

OK

application/json
get
/customers/{customerId}/products

Create Customer Product

post
/customers/{customerId}/products

Create Customer Product

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerIdstring · uuidRequired

customer ID the partner is creating a product for

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
productCodestring · enumRequired

Product code

Possible values:
Responses
200

OK

application/json
post
/customers/{customerId}/products

Get Customer Product

get
/products/{customerProductId}

Get Customer Product

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired

the ID of the product instance for the given customer

Responses
200

OK

application/json
get
/products/{customerProductId}

Update customer product

patch
/products/{customerProductId}

Update customer product. It is used to close the customer product.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired

the ID of the product instance for the given customer

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
statusstring · enumRequiredPossible values:
Responses
200

OK

No content

patch
/products/{customerProductId}

No content

Create Securities Account Statement

post
/products/{customerProductId}/documents/securities-account-statement

Create securities Account Statement

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired

the ID of the product instance for the given customer

Body
snapshotDatestring · dateOptional
Responses
200

OK

application/json
post
/products/{customerProductId}/documents/securities-account-statement

Retrieve Security Account Statement

get
/products/{customerProductId}/documents/securities-account-statement/{securityAccountStatementId}

Get securities Account Statement

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired

the ID of the product instance for the given customer

securityAccountStatementIdstring · uuidRequired

the ID of generated security account statement

Responses
200

OK

application/pdf
Responsestring · binary
get
/products/{customerProductId}/documents/securities-account-statement/{securityAccountStatementId}

Last updated