We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477310d commit 1a133f7Copy full SHA for 1a133f7
config/v3/residence_list/send.json
@@ -16,6 +16,27 @@
16
1
17
]
18
},
19
+ "query": {
20
+ "description": "[Optional] Specific keys from the response that you want. If not passed, it will return all the keys.",
21
+ "type": "array",
22
+ "items": {
23
+ "description": "Keys that you need back in response.",
24
+ "type": "string",
25
+ "enum": [
26
+ "account_opening_self_declaration_required",
27
+ "common_reporting_standard",
28
+ "disabled",
29
+ "identity",
30
+ "jurisdiction_risk_assessment",
31
+ "phone_idd",
32
+ "selected",
33
+ "text",
34
+ "tin_format",
35
+ "value",
36
+ "wallet_signup"
37
+ ]
38
+ }
39
+ },
40
"passthrough": {
41
"description": "[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.",
42
"type": "object"
0 commit comments