Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
FIP Module will host set of ReBIT API that the AA will call from their Backend. Those APIs are defined here you will have to implement 2.0.0 version or 2.1.0 for Insurance FIPs
Your FIP module will further call your CBS to discover accounts and fetch data.
Central Registry FIP Entity Onboarding
You can follow the steps here Create FIU Entity to create an FIP entity as well. Just select FIP instead of FIU
Central Registry host a list of APIs that you can use
1. Token Generation API
2. AA List
When you are making API call to the AA you need to pass the token generated in the CR to be sent in the header as fip_api_key
All API response that you are sending needs to have the x-jws-signature refer - JWS Signature
Ref -
Note: The 2.0.0 ReBIT version requires you to support both curve25519 and X25519 curve of ECDH