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.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",
"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
2
3
4
5
6
7
8
9
10
11
12
13
14
15