-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rebit schema links to all FI type examples
- Loading branch information
1 parent
0a72aae
commit 296cf72
Showing
1 changed file
with
117 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</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"> | ||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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"> | ||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|
@@ -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"> | ||
|
@@ -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 ↗ | ||
</Button> | ||
</Element> | ||
</details> | ||
</Card> | ||
|
||
|