question

Shivkanth avatar image
Shivkanth asked

Adding a Custom SPI while creating a new Finastra Project

When we create a new Finastra project , we can see 2 spi a) sample spi b)
Fraud Risk Analysis , We want to add our custom SPI item(s) , what is the process to a new custom SPI in the interface ?


Please help

API - Other
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Pawel Chylak avatar image
Pawel Chylak answered

SPI is a new model introduced on FFDC platform that allows to extend the logic of Finastra core products. In this context the SPI is a contract defined by a Finastra core system and such contract is intended to be implemented or extended by a third party like Fintech. It is not supposed to support custom SPI.

The reason behind the SPI model is that as Finastra we want to unlock and extend the potential of Finastra core solutions with some new business logic and functionalities. It means that we want to give the ability for our core products to call and integrate with APIs implemented by Fintechs so that the response provided by their service is embedded into the core systems process flow. A good example might be for instance a Fraud Risk Analysis SPI that you mentioned – which enables to supply payment fraud services according to the SPI contract defined in the swagger that is intended to be implemented by third-party developers.

You can refer to the Documentation tab for some more information: https://developer.fusionfabric.cloud/documentation/spi-implementation

10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.