Appearance
Events
User SCA Wallets
Caution – The SDK uses the term Wallet differently from Treezor
In the SDK, the term Wallet or SCA Wallet describes the secure enclave on a mobile device, not Treezor Wallets.
sca.wallet.create
json
{
"webhook": "sca.wallet.create",
"object": "sca.wallet",
"object_id": "e83fdcc232bb4660b4f5a90f98xx5804",
"object_payload": {
"userId": "100401234",
"creationDate": "2024-05-22T09:18:06+02:00",
"id": "e83fdcc232bb4660b4f5a90f98ff5804",
"issuerActivationId": null,
"activationCode": "0xbf136911601x9526890741c0e2104004",
"activationCodeExpiryDate": "2024-05-22T09:38:06+02:00"
},
"webhook_created_at": 17163622865025,
"webhook_id": "54ee0020-c5d1-4c9e-9765-abcdef7c41b2",
"object_payload_signature": "xiWOjcIDRDac1FIDIvlFVSs6i+Il29cDhI0X+jg2Wxx="
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sca.wallet.delete
json
{
"webhook":"sca.wallet.delete",
"object":"sca.wallet",
"object_id":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"object_payload":{
"scaWallets":[
{
"id":1234567890123456789,
"issuerWalletId":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"issuerClientId":"123456",
"preparationType":"default",
"msisdn":null,
"status":"DELETED",
"subStatus":"DELETED_BY_ISSUER",
"passcodeStatus":"NOT_SET",
"eligibleProducts":[
],
"locked":true,
"lockReasons":[
"ISSUER"
],
"lockMessage":"USER_REQUEST",
"incidentCounter":0,
"settingsProfile":"default",
"settings":null,
"userSettings":null,
"applicableSettings":{
"limits":{
"maxTransactionAmount":100000000,
"mobileConnectionTimeout":60,
"activationCodeLifetime":1200,
"checkTransactionOutcomeTimeout":4000,
"checkTransactionOutcomePolling":2000,
"pingAckDelay":500,
"pingPeriod":604799,
"checkEligibilityPeriod":30
},
"security":{
"rootAllowed":true,
"geolocateMessages":false,
"userGeolocatePayments":false,
"settingsProtection":true,
"accelerometerProtection":false,
"paymentCondition":"NO",
"scaOfflineAuthenticationReuseDuration":0
},
"credentials":{
"sessionLifetime":10
}
},
"issuerData":null,
"mobileWallet":{
"appBuildNumber":null,
"sdkVersion":null,
"os":null,
"osVersion":null,
"brand":null,
"productModel":null,
"deviceId":null,
"deviceIdType":null,
"productFingerprint":null,
"secretFingerprint":null,
"root":null,
"pushMessagingId":null,
"pushMessagingProvider":null,
"mobileUpdateDate":null,
"lastEligibilityCheck":null,
"nfc":null,
"emulator":false,
"appleTeamId":null
},
"activationCode":null,
"activationCodeB32":null,
"creationDate":"2025-03-24T10:34:41+01:00",
"deletionDate":"2025-03-24T11:06:22+01:00",
"activationCodeExpiryDate":"2025-03-24T10:54:41+01:00",
"cards":[
],
"currencyCode":"EUR",
"authenticationMethods":[
{
"type":"DEVICE_BIOMETRIC",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"validityDuration":60
}
},
{
"type":"NONE",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":[
]
},
{
"type":"HYBRID_PIN",
"usages":[
"WALLET_MANAGEMENT",
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"maxAttempts":3,
"validityDuration":60
}
}
],
"lastPasscodeSyncDate":null,
"issuerActivationId":null,
"invalidActivationAttempts":null,
"userId":"100000001",
"scaWalletTag":"test",
"activationDate":null,
"lockDate":null,
"unlockDate":null,
"resetPinDate":null
}
]
},
"webhook_created_at":17428108419449,
"webhook_id":"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"object_payload_signature":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
sca.wallet.lock
json
{
"webhook":"sca.wallet.lock",
"object":"sca.wallet",
"object_id":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"object_payload":{
"scaWallets":[
{
"id":1234567890123456789,
"issuerWalletId":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"issuerClientId":"123456",
"preparationType":"default",
"msisdn":null,
"status":"CREATED",
"subStatus":"CREATED_READY",
"passcodeStatus":"NOT_SET",
"eligibleProducts":[
],
"locked":true,
"lockReasons":[
"ISSUER"
],
"lockMessage":"USER_REQUEST",
"incidentCounter":0,
"settingsProfile":"default",
"settings":null,
"userSettings":null,
"applicableSettings":{
"limits":{
"maxTransactionAmount":100000000,
"mobileConnectionTimeout":60,
"activationCodeLifetime":1200,
"checkTransactionOutcomeTimeout":4000,
"checkTransactionOutcomePolling":2000,
"pingAckDelay":500,
"pingPeriod":604799,
"checkEligibilityPeriod":30
},
"security":{
"rootAllowed":true,
"geolocateMessages":false,
"userGeolocatePayments":false,
"settingsProtection":true,
"accelerometerProtection":false,
"paymentCondition":"NO",
"scaOfflineAuthenticationReuseDuration":0
},
"credentials":{
"sessionLifetime":10
}
},
"issuerData":null,
"mobileWallet":{
"appBuildNumber":null,
"sdkVersion":null,
"os":null,
"osVersion":null,
"brand":null,
"productModel":null,
"deviceId":null,
"deviceIdType":null,
"productFingerprint":null,
"secretFingerprint":null,
"root":null,
"pushMessagingId":null,
"pushMessagingProvider":null,
"mobileUpdateDate":null,
"lastEligibilityCheck":null,
"nfc":null,
"emulator":false,
"appleTeamId":null
},
"activationCode":null,
"activationCodeB32":null,
"creationDate":"2025-03-24T10:34:41+01:00",
"deletionDate":null,
"activationCodeExpiryDate":"2025-03-24T10:54:41+01:00",
"cards":[
],
"currencyCode":"EUR",
"authenticationMethods":[
{
"type":"DEVICE_BIOMETRIC",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"validityDuration":60
}
},
{
"type":"NONE",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":[
]
},
{
"type":"HYBRID_PIN",
"usages":[
"WALLET_MANAGEMENT",
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"maxAttempts":3,
"validityDuration":60
}
}
],
"lastPasscodeSyncDate":null,
"issuerActivationId":null,
"invalidActivationAttempts":null,
"userId":"100000001",
"scaWalletTag":"test",
"activationDate":null,
"lockDate":"2025-03-24T09:34:41+00:00",
"unlockDate":null,
"resetPinDate":null
}
]
},
"webhook_created_at":17428089074303,
"webhook_id":"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"object_payload_signature":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
sca.wallet.unlock
json
{
"webhook":"sca.wallet.unlock",
"object":"sca.wallet",
"object_id":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"object_payload":{
"scaWallets":[
{
"id":1234567890123456789,
"issuerWalletId":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"issuerClientId":"123456",
"preparationType":"default",
"msisdn":null,
"status":"CREATED",
"subStatus":"CREATED_READY",
"passcodeStatus":"NOT_SET",
"eligibleProducts":[
],
"locked":false,
"lockReasons":[
],
"lockMessage":null,
"incidentCounter":0,
"settingsProfile":"default",
"settings":null,
"userSettings":null,
"applicableSettings":{
"limits":{
"maxTransactionAmount":100000000,
"mobileConnectionTimeout":60,
"activationCodeLifetime":1200,
"checkTransactionOutcomeTimeout":4000,
"checkTransactionOutcomePolling":2000,
"pingAckDelay":500,
"pingPeriod":604799,
"checkEligibilityPeriod":30
},
"security":{
"rootAllowed":true,
"geolocateMessages":false,
"userGeolocatePayments":false,
"settingsProtection":true,
"accelerometerProtection":false,
"paymentCondition":"NO",
"scaOfflineAuthenticationReuseDuration":0
},
"credentials":{
"sessionLifetime":10
}
},
"issuerData":null,
"mobileWallet":{
"appBuildNumber":null,
"sdkVersion":null,
"os":null,
"osVersion":null,
"brand":null,
"productModel":null,
"deviceId":null,
"deviceIdType":null,
"productFingerprint":null,
"secretFingerprint":null,
"root":null,
"pushMessagingId":null,
"pushMessagingProvider":null,
"mobileUpdateDate":null,
"lastEligibilityCheck":null,
"nfc":null,
"emulator":false,
"appleTeamId":null
},
"activationCode":null,
"activationCodeB32":null,
"creationDate":"2025-03-24T10:35:09+01:00",
"deletionDate":null,
"activationCodeExpiryDate":"2025-03-24T10:55:09+01:00",
"cards":[
],
"currencyCode":"EUR",
"authenticationMethods":[
{
"type":"DEVICE_BIOMETRIC",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"validityDuration":60
}
},
{
"type":"NONE",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":[
]
},
{
"type":"HYBRID_PIN",
"usages":[
"WALLET_MANAGEMENT",
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"maxAttempts":3,
"validityDuration":60
}
}
],
"lastPasscodeSyncDate":null,
"issuerActivationId":null,
"invalidActivationAttempts":null,
"userId":"100000001",
"scaWalletTag":"test",
"activationDate":null,
"lockDate":"2025-03-24T10:35:10+01:00",
"unlockDate":"2025-03-24T09:35:10+00:00",
"resetPinDate":null
}
]
},
"webhook_created_at":17428089747334,
"webhook_id":"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"object_payload_signature":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
sca.wallet.resetPin
json
{
"webhook":"sca.wallet.resetPin",
"object":"sca.wallet",
"object_id":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"object_payload":{
"scaWallets":[
{
"id":"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"status":"ACTIVE",
"subStatus":"ACTIVATED_LOGGED_OUT",
"passcodeStatus":"NOT_SET",
"locked":false,
"lockReasons":[
],
"lockMessage":null,
"settingsProfile":"default",
"mobileWallet":{
"appBuildNumber":"v04-04-06-06-02-02",
"sdkVersion":"2.4.11",
"os":"ANDROID",
"osVersion":"14",
"brand":"Google",
"productModel":"sdk_gphone64_arm64",
"deviceId":"abcdef1234567890",
"deviceIdType":"ANDROID_ID",
"productFingerprint":"google/sdk_gphone64_arm64/emu64a:14/UE1A.230829.036.A1/11228894:user/release-keys",
"secretFingerprint":"0xbc311dfcef97f93fe3611722d81cd4061ee3711ea9148d7ee0ef88fe97f4fddb",
"secretFingerprint":"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"pushMessagingId":"abcdefghijklmnopqrstuvwx:APA91bABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890",
"pushMessagingProvider":"FIREBASE",
"pushMessagingId":"abcdefghijklmnopqrstuvwx:APA91bABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890",
"lastEligibilityCheck":"2025-03-21T09:09:21Z",
"nfc":false,
"emulator":true,
"appleTeamId":null
},
"activationCode":null,
"creationDate":"2025-03-21T10:07:29+01:00",
"deletionDate":null,
"activationCodeExpiryDate":"2025-03-21T10:27:29+01:00",
"authenticationMethods":[
{
"type":"DEVICE_BIOMETRIC",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"validityDuration":60
}
},
{
"type":"NONE",
"usages":[
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":[
]
},
{
"type":"HYBRID_PIN",
"usages":[
"WALLET_MANAGEMENT",
"STRONG_CUSTOMER_AUTHENTICATION"
],
"parameters":{
"maxAttempts":3,
"validityDuration":60
}
}
],
"invalidActivationAttempts":null,
"userId":"100000001",
"scaWalletTag":"test",
"clientId":"123456",
"activationDate":"2025-03-21T10:09:21+01:00",
"lockDate":"2025-03-21T11:46:00+01:00",
"unlockDate":null,
"resetPinDate":"2025-03-24T10:35:05+01:00"
}
]
},
"webhook_created_at":17428089054820,
"webhook_id":"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"object_payload_signature":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
sca.wallet.swap
json
{
"webhook": "sca.wallet.swap",
"object": "sca.wallet",
"object_id": "e83fdcc232bb4660b4f5a90f98xx5804",
"object_payload": {
"userId": "100401234",
"creationDate": "2024-05-22T09:18:06+02:00",
"id": "e83fdcc232bb4660b4f5a90f98ff5804",
"issuerActivationId": null,
"activationCode": "0xbf136911601x9526890741c0e2104004",
"activationCodeExpiryDate": "2024-05-22T09:38:06+02:00"
},
"webhook_created_at": 17163622865025,
"webhook_id": "54ee0020-c5d1-4c9e-9765-abcdef7c41b2",
"object_payload_signature": "xiWOjcIDRDac1FIDIvlFVSs6i+Il29cDhI0X+jg2Wxx="
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16