Skip to content

Commit

Permalink
Add Rebit schema links to all FI type examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmisra committed May 9, 2024
1 parent 0a72aae commit 296cf72
Showing 1 changed file with 117 additions and 73 deletions.
190 changes: 117 additions & 73 deletions content/data/account-aggregator/fi-data-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/deposit_v1.2.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -187,6 +192,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/term_deposit_v1.2.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -263,80 +273,14 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/recurring_deposit_v1.2.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

<br />
<Card padding="nano" shape="rounded">
<details>
<summary>
<Text weight="600" marginBottom="none">
Credit card (CREDIT_CARD)
</Text>
</summary>
<CodeBlockWithCopy language="json">
{`{
"type": "credit_card",
"masked_account_number": "XXXXXXX123",
"link_ref_number": "123456789",
"profile": {
"holders": {
"holder": {
"cards": {
"card": [
{
"cardType": "RUPAY",
"issuedDate": "12-04-2006",
"maskedCardNumber": "4321-XXXXXXXX-9876",
"primary": "YES"
}
]
},
"ckycCompliance": "true",
"dob": "24-07-1970",
"email": "[email protected]",
"mobile": "91729391923",
"name": "Ramkrishna Sapan",
"nominee": "REGISTERED",
"pan": "AAAPL1234C"
}
}
},
"summary": {
"availableCredit": "51345",
"cashLimit": "20000",
"creditLimit": "60000",
"currentDue": "3000",
"dueDate": "20-06-2021",
"financeCharges": "2368",
"lastStatementDate": "20-05-2021",
"loyaltyPoints": "2450",
"minDueAmount": "1346",
"previousDueAmount": "7654",
"totalDueAmount": "9756"
},
"transactions": {
"endDate": "",
"startDate": "",
"transaction": [
{
"amount": "1239",
"maskedCardNumber": "4321-XXXXXXXX-9876",
"mcc": "RFN0RD0013383",
"narration": "UPI/935314560764/getsimpl/simpl@axisbank/Axis Bank",
"statementDate": "20-04-2021",
"txnDate": "2021-04-01T13:20:14+05:30",
"txnId": "RD3258741",
"txnType": "DEBIT",
"valueDate": "2021-04-01"
},
.......
]
}
}`}
</CodeBlockWithCopy>
</details>
</Card>

<br />
<Card padding="nano" shape="rounded">
Expand Down Expand Up @@ -412,6 +356,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/cd.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -486,6 +435,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/idr.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -598,6 +552,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/insurance_policies.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -693,6 +652,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/others_ulip.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -754,6 +718,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/others_epf.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -814,6 +783,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/others_ppf.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -911,6 +885,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/mutual_funds.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -999,6 +978,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/bonds.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1078,6 +1062,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/debentures.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand All @@ -1087,7 +1076,7 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
<details>
<summary>
<Text weight="600" marginBottom="none">
Exchange Traded funds (ETF)
Exchange Traded Funds (ETF)
</Text>
</summary>
<CodeBlockWithCopy language="json">
Expand Down Expand Up @@ -1161,6 +1150,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/etf.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1316,6 +1310,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/nps.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1404,6 +1403,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/govt_securities.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1485,6 +1489,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/cp.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1560,6 +1569,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/reit.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1632,6 +1646,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/invit.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1709,6 +1728,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/aif.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1815,6 +1839,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/sip.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1899,6 +1928,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/equities.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down Expand Up @@ -1976,6 +2010,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/cis.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand All @@ -1987,7 +2026,7 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
<details>
<summary>
<Text weight="600" marginBottom="none">
Goods and Services Tax (GST)
Goods and Services Tax (GSTR1_3B)
</Text>
</summary>
<CodeBlockWithCopy language="json">
Expand Down Expand Up @@ -2219,6 +2258,11 @@ We're adding dynamic mock data for more realistic and exhaustive integration tes
}
}`}
</CodeBlockWithCopy>
<Element as="a" href="https://specifications.rebit.org.in/api_schema/account_aggregator/documentation/gstr1_3b_v1.1.0.html" target="_blank">
<Button kind="tertiary" padding="nano">
View ReBIT schema &#8599;
</Button>
</Element>
</details>
</Card>

Expand Down

0 comments on commit 296cf72

Please sign in to comment.