Customer Products
Get 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}/productsCreate 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 · enumRequiredPossible values:
Product code
Responses
200
OK
application/json
400
Bad Request
application/json
post
/customers/{customerId}/productsGet 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
400
Bad Request
application/json
404
Not Found
application/json
get
/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
400
Bad Request
application/json
404
Not Found
application/json
patch
/products/{customerProductId}No content
Last updated
