Page tree
Unknown macro: {hivestonebreadcrumb}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

 What are Artefacts, Products and Bundles?

Artefacts represent elements of customer interest that the bank is capable of provisioning and maintaining for the customer. Products are a commercial packaging of artefacts. Bundle is a collection of products which is issued to an end user of VBO. Fusion configures bundles as per the requirements of the VBO. See Fusion Business Constructs for more detailed information.

 Who is issued a bundle and how is a bundle issued?

Bundles are issued to the end users of VBO via the issueBundle API.

 How can I find out the product details that were created with the bundle issuance?

The response of the issueBundle call details the Account Products and the Payment Products issued.

 Can I fetch the issued Payment Products for an Account Holder?

Yes, you can use the following ResouceByVector API to get the payment resources linked to an account holder:
/api/v1/ifi/{ifiID}/resourceByVector?vectorType=ACCOUNTHOLDER&vectorValue=AH_ID&view=BASIC.

Allowed vectorType is ACCOUNTHOLDER and vectorValue is AH_ID. You can also pass view as an optional field which can be of 2 types:

  • BASIC: this returns active and inactive Form Factors.
  • EXPANDED: this returns active, inactive and deleted Form Factors.

By default, view will be set to BASIC.

 Can I create artefacts that were missed out during prior requests for issuing bundles?

Yes. Following APIs are used for partial bundle issuance (artefacts).

  • Issuing Account Products - /api/v1/ifi/{ifiID}/bundles/{bundleID}/issueAccount
  • Issuing Resources - /api/v1/ifi/{ifiID}/bundles/{bundleID}/issueResource
  • Issuing Form Factors - /api/v1/ifi/{ifiID}/bundles/{bundleID}/issueFormFactor
 Are the products always issued in Bundles regardless of the number of products?

Yes. Custom-made accounts and payment products are grouped as a Bundle and issued to the Account Holders. Even if there is a single product to be issued, it will be availed via the construct of a bundle.

For example, a salary account bundle gives you a Savings account bundled along with a VISA Coral Debit card.

Related FAQs

There is no content with the specified labels

Need Help?

Drop a mail at fusion-support@zeta.tech or call us on 080-6690 5995.

  • No labels