Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rebit schema links to all FI type examples #169

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading