Skip to content

Commit cc9cf24

Browse files
riyasuntwalriyasuntwal
andauthored
added-enableAdditionalPhoneNumber-config-in-consent-journey (#253)
Co-authored-by: riyasuntwal <riyasuntwal@Setus-MacBook-Pro.local>
1 parent a2ef1fd commit cc9cf24

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

api-references/data/account-aggregator.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,6 +3541,10 @@
35413541
"items": {
35423542
"type": "string"
35433543
}
3544+
},
3545+
"enableAdditionalPhoneNumber": {
3546+
"type": "boolean",
3547+
"description": "When set to true, allows users to provide an additional phone number during the consent journey."
35443548
}
35453549
},
35463550
"required": [
@@ -4028,6 +4032,10 @@
40284032
"Partner_X"
40294033
]
40304034
}
4035+
},
4036+
"enableAdditionalPhoneNumber": {
4037+
"type": "boolean",
4038+
"description": "When set to true, allows users to provide an additional phone number during the consent journey."
40314039
}
40324040
},
40334041
"required": [

content/data/account-aggregator/consent-object.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Consent object contains the information about all the different types of data th
5454
| `redirectUrl` | Redirect your users back to your application once the consent is reviewed. By default, the redirectURL is https://setu.co/. | Yes |
5555
| `context` | Allows you to specify an FIP OR Account type (Current, Savings, Insurance, etc) as a key value pair for you to be able to customise the accounts fetched on the consent flow. We support the context filters `accounttype` which takes the Key as `accounttype` where values can be `CURRENT` or `SAVINGS` and `fipid` with the `FIP ID` as the value(s). | No |
5656
| `additionalParams` | Allows you to specify additional parameters for the consent request. Currently, we have `tags` specified under it. | No |
57+
| `enableAdditionalPhoneNumber` | When set to true, allows users to provide an additional phone number during the consent journey. | No |
5758

5859
#### Context property examples
5960

0 commit comments

Comments
 (0)