The Product represents what is sold to a Customer.
Products are organized in product catalogue, that is a specific set of products for an issuer.
A product is a set of parameters and features that defines the behavior and functionalities of a set of Cards and Accounts.
The configuration of the product is performed by Worldline based on Issuer requirements through the definition of templates linked to the product
These templates are used in the APIs in order to facilitate the creation of the Contract and its associated Cards and Accounts
POST /issuers/{issuerId}/contracts/create-consumer-contract
(by providing issuerProductExternalReference
, cardTemplateReference
and accountTemplateReference
)
POST /issuers/{issuerId}/contracts/{contractReference}/add-cards-accounts
(by providing issuerProductExtensionExternalReference
)