FIU API v2.0.0
FIU Endpoints are the list of endpoints that you will need to implement on your system to receive Consent and FI notifications from AA.
Please refer the FIU API Spec (2.0.0) https://api.rebit.org.in/spec/fiu in the ReBIT to implement the responses for different cases. The APIs below only has success response.
API signature verification
You need to verify the API calls that you receive from the AA. Use Saafe's public key available in the Central Registry to verify the API request that Saafe made to your FIU endpoints.
You can refer AA Commons Documentation for how to verify the request that you receive from AA.
Consent Notification
POST {your-base-url}/Consent/Notification
Request
Header
x-jws-signature
string
aa_api_key
string
Body
Response 200
Header
x-jws-signature
string
Body
FI Notification
POST {your-base-url}/FI/Notification
Request
Header
x-jws-signature
string
aa_api_key
string
Body
Response 200
Header
x-jws-signature
string
Body
Last updated
Was this helpful?