Customer Products
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerIdstring · uuidRequired
Customer ID
Query parameters
productTypestring · enumOptionalPossible values:
Product type
productCodestring · enumOptionalPossible values:
Product code
statusstring · enumOptionalPossible values:
The status of the account
ibanstringOptional
The IBAN of a cash account
Responses
200
OK
application/json
400
Bad Request
application/json
get
/customers/{customerId}/productsAuthorizations
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 · enumRequiredPossible values:
Product code
Responses
200
OK
application/json
400
Bad Request
application/json
post
/customers/{customerId}/productsAuthorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired
the ID of the product instance for the given customer
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
get
/products/{customerProductId}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
400
Bad Request
application/json
404
Not Found
application/json
patch
/products/{customerProductId}No content
Create Securities Account Statement
post
/products/{customerProductId}/documents/securities-account-statement
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired
the ID of the product instance for the given customer
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
/products/{customerProductId}/documents/securities-account-statementRetrieve Security Account Statement
get
/products/{customerProductId}/documents/securities-account-statement/{securityAccountStatementId}
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
400
Bad Request
application/json
404
Not Found
application/json
get
/products/{customerProductId}/documents/securities-account-statement/{securityAccountStatementId}Last updated

