Skip to content

Commit 9051d66

Browse files
committed
Add AA params and Journey Mode to Javascript
1 parent 2223c2c commit 9051d66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/bank-connect/javascript.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ POST **{{$page.frontmatter.base_url}}/{{$page.frontmatter.version}}/session/**
2828
| logo_url | string | An optional parameter to show logo branding in bankconnect SDK. Should be a URL.| No | - |
2929
| bank_name | string | pass the [bank identifier](/bank-connect/appendix.html#bank-identifiers) to skip the bank selection screen and directly open a that bank's screen instead | No | - |
3030
| mode | string | optional parameter to set the mode(i.e. pdf, aa, and online) | No | - |
31+
| mobile_number | string | Prefills phone number in Account Aggregator mode | No | - |
32+
| journey_mode | string | Optional parameter to set the journey (i.e.multi_pdf or multi_banking) | No | - |
33+
| aa_journey_mode | string | set the journey mode for AA (i.e only_once or only_recurring) | No | - |
34+
| aa_recurring_tenure_month_count | integer | set the recurring consent duration (min: 1 and max: 24) | No | - |
35+
| aa_recurring_frequecy_unit | string | set the frequency unit to pull the data during the recurring consent duration (year, month, day, hour) | No | - |
36+
| aa_recurring_frequency_value | integer | set the frequency value to pull the data during the recurring consent duration (min: 1 and max: 3) | No | - |
3137

3238
`from_date` and `to_date` specify the period for which the statements will be fetched. For example, if you need the last 6 months of statements, `from_date` will be today's date - 6 months and `to_date` will be today's date - 1 day. If not provided the default date range is 6 months from the current date. It should be in `DD/MM/YYYY` format.
3339

0 commit comments

Comments
 (0)