@zkp2p/providers 7.8.0 → 7.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/citi/transfer_zelle.json +25 -23
- package/package.json +1 -1
package/citi/transfer_zelle.json
CHANGED
|
@@ -2,42 +2,44 @@
|
|
|
2
2
|
"actionType": "transfer_zelle",
|
|
3
3
|
"proofEngine": "reclaim",
|
|
4
4
|
"authLink": "https://online.citi.com/US/nga/zelle/transfer",
|
|
5
|
-
"url": "https://online.citi.com/gcgapi/prod/public/v1/p2ppayments/
|
|
6
|
-
"method": "
|
|
7
|
-
"body": "",
|
|
5
|
+
"url": "https://online.citi.com/gcgapi/prod/public/v1/p2ppayments/activityTransactionDetails",
|
|
6
|
+
"method": "POST",
|
|
7
|
+
"body": "{\"transactionType\":[\"OUTGOING_PAYMENT\",\"SCHEDULED_PAYMENT\"],\"transactionView\":\"LIST_VIEW\",\"transactionStatus\":[\"ALL\"],\"pageOptions\":{\"pageMode\":\"SLICE\",\"page\":1,\"pageSize\":20},\"fetchBlockInfo\":false}",
|
|
8
8
|
"metadata": {
|
|
9
9
|
"platform": "zelle",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"metadataUrl": "https://online.citi.com/gcgapi/prod/public/v1/p2ppayments/activityTransactionDetails",
|
|
11
|
+
"metadataUrlMethod": "POST",
|
|
12
|
+
"metadataUrlBody": "{\"transactionType\":[\"OUTGOING_PAYMENT\",\"SCHEDULED_PAYMENT\"],\"transactionView\":\"LIST_VIEW\",\"transactionStatus\":[\"ALL\"],\"pageOptions\":{\"pageMode\":\"SLICE\",\"page\":1,\"pageSize\":20},\"fetchBlockInfo\":false}",
|
|
13
|
+
"urlRegex": "https://online.citi.com/gcgapi/prod/public/v1/p2ppayments/activityTransactionDetails",
|
|
14
|
+
"method": "POST",
|
|
12
15
|
"fallbackUrlRegex": "",
|
|
13
16
|
"fallbackMethod": "",
|
|
14
17
|
"preprocessRegex": "",
|
|
15
18
|
"transactionsExtraction": {
|
|
16
|
-
"transactionJsonPathListSelector": "$.
|
|
19
|
+
"transactionJsonPathListSelector": "$.transactionData[0].transactions",
|
|
17
20
|
"transactionJsonPathSelectors": {
|
|
18
21
|
"amount": "$.amount",
|
|
19
|
-
"paymentId": "$.
|
|
22
|
+
"paymentId": "$.transactionId",
|
|
20
23
|
"recipient": "$.partyToken",
|
|
21
|
-
"date": "$.
|
|
22
|
-
"currency": "$.currency"
|
|
24
|
+
"date": "$.initiationDate"
|
|
23
25
|
}
|
|
24
26
|
},
|
|
25
27
|
"proofMetadataSelectors": [
|
|
26
28
|
{
|
|
27
29
|
"type": "jsonPath",
|
|
28
|
-
"value": "$.
|
|
30
|
+
"value": "$.transactionData[0].transactions[{{INDEX}}].amount"
|
|
29
31
|
},
|
|
30
32
|
{
|
|
31
33
|
"type": "jsonPath",
|
|
32
|
-
"value": "$.
|
|
34
|
+
"value": "$.transactionData[0].transactions[{{INDEX}}].transactionId"
|
|
33
35
|
},
|
|
34
36
|
{
|
|
35
37
|
"type": "jsonPath",
|
|
36
|
-
"value": "$.
|
|
38
|
+
"value": "$.transactionData[0].transactions[{{INDEX}}].partyToken"
|
|
37
39
|
},
|
|
38
40
|
{
|
|
39
41
|
"type": "jsonPath",
|
|
40
|
-
"value": "$.
|
|
42
|
+
"value": "$.transactionData[0].transactions[{{INDEX}}].initiationDate"
|
|
41
43
|
}
|
|
42
44
|
]
|
|
43
45
|
},
|
|
@@ -54,19 +56,19 @@
|
|
|
54
56
|
"responseMatches": [
|
|
55
57
|
{
|
|
56
58
|
"type": "regex",
|
|
57
|
-
"value": "\"
|
|
59
|
+
"value": "\"transactionId\":\"(?<transactionId>[^\"]+)\""
|
|
58
60
|
},
|
|
59
61
|
{
|
|
60
62
|
"type": "regex",
|
|
61
|
-
"value": "\"
|
|
63
|
+
"value": "\"transactionStatus\":\"(?<transactionStatus>[^\"]+)\""
|
|
62
64
|
},
|
|
63
65
|
{
|
|
64
66
|
"type": "regex",
|
|
65
|
-
"value": "\"
|
|
67
|
+
"value": "\"initiationDate\":\"(?<initiationDate>[^\"]+)\""
|
|
66
68
|
},
|
|
67
69
|
{
|
|
68
70
|
"type": "regex",
|
|
69
|
-
"value": "\"amount\"
|
|
71
|
+
"value": "\"amount\":(?<amount>[0-9\\.]+)"
|
|
70
72
|
},
|
|
71
73
|
{
|
|
72
74
|
"type": "regex",
|
|
@@ -75,23 +77,23 @@
|
|
|
75
77
|
],
|
|
76
78
|
"responseRedactions": [
|
|
77
79
|
{
|
|
78
|
-
"jsonPath": "$.
|
|
80
|
+
"jsonPath": "$.transactionData[0].transactions[{{INDEX}}].transactionId",
|
|
79
81
|
"xPath": ""
|
|
80
82
|
},
|
|
81
83
|
{
|
|
82
|
-
"jsonPath": "$.
|
|
84
|
+
"jsonPath": "$.transactionData[0].transactions[{{INDEX}}].transactionStatus",
|
|
83
85
|
"xPath": ""
|
|
84
86
|
},
|
|
85
87
|
{
|
|
86
|
-
"jsonPath": "$.
|
|
88
|
+
"jsonPath": "$.transactionData[0].transactions[{{INDEX}}].initiationDate",
|
|
87
89
|
"xPath": ""
|
|
88
90
|
},
|
|
89
91
|
{
|
|
90
|
-
"jsonPath": "$.
|
|
92
|
+
"jsonPath": "$.transactionData[0].transactions[{{INDEX}}].amount",
|
|
91
93
|
"xPath": ""
|
|
92
94
|
},
|
|
93
95
|
{
|
|
94
|
-
"jsonPath": "$.
|
|
96
|
+
"jsonPath": "$.transactionData[0].transactions[{{INDEX}}].partyToken",
|
|
95
97
|
"xPath": ""
|
|
96
98
|
}
|
|
97
99
|
],
|
|
@@ -116,7 +118,7 @@
|
|
|
116
118
|
},
|
|
117
119
|
"useExternalAction": true,
|
|
118
120
|
"external": {
|
|
119
|
-
"actionLink": "citi
|
|
121
|
+
"actionLink": "https://www.citi.com/citi-partner/zelle/login",
|
|
120
122
|
"appStoreLink": "https://apps.apple.com/us/app/citi-mobile/id301724680",
|
|
121
123
|
"playStoreLink": "https://play.google.com/store/apps/details?id=com.citi.citimobile"
|
|
122
124
|
}
|