AA API v2.0.0
AA Endpoints are the list of endpoints that you will be calling from your FIU system to create consent and fetch data from AA.
Create JWS and Sign API Request
Consent Creation
Request
Key
Value
{
"ver": "2.0.0",
"timestamp": "2024-05-09T15:23:55.384Z",
"txnid": "644d2aff-e43b-4bb9-9047-498cbb9896d2",
"ConsentDetail": {
"consentStart": "2024-05-09T15:23:55.384Z",
"consentExpiry": "2025-01-01T00:00:00.000Z",
"consentMode": "STORE",
"fetchType": "PERIODIC",
"consentTypes": [
"PROFILE",
"TRANSACTIONS",
"SUMMARY"
],
"fiTypes": [
"DEPOSIT"
],
"DataConsumer": {
"id": "central-trust-uat", // Your FIU Entity ID
"type": "FIU"
},
"Customer": {
"Identifiers": [
{
"type": "MOBILE",
"value": "9944612241" //Customer Phone Number
}
]
},
"Purpose": {
"code": "101",
"refUri": "https://api.rebit.org.in/aa/purpose/101.xml",
"text": "To provide your asset insights",
"Category": {
"type": "Personal Finance"
}
},
"FIDataRange": {
"from": "2023-01-01T00:00:00.000Z",
"to": "2025-01-01T00:00:00.000Z"
},
"DataLife": {
"unit": "YEAR",
"value": 3
},
"Frequency": {
"unit": "DAY",
"value": 10
}
}
}Response 200
Consent Handle Status
Request
Key
Value
Response 200
Consent Fetch
Request
Key
Value
Response 200
Data Request
Request
Key
Value
Response 200
Data Fetch
Request
Key
Value
Response 200
Last updated