You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -35471,6 +35471,8 @@ components:
35471
35471
- performLivenessVerification
35472
35472
- recommendBackingWalletRouting
35473
35473
- getManualTrustReview
35474
+
- getManualSupportReview
35475
+
- getVideoApprovalFromSupport
35474
35476
Actions:
35475
35477
type: object
35476
35478
description: |
@@ -36636,14 +36638,8 @@ components:
36636
36638
type: string
36637
36639
enum:
36638
36640
- advancedWhitelist
36639
-
- allTx
36640
36641
- coinAddressWhitelist
36641
36642
- coinAddressBlacklist
36642
-
- trustUsdVelocityLimit
36643
-
- txUsdThreshold
36644
-
- usdVelocityLimit
36645
-
- velocityLimit
36646
-
- webhook
36647
36643
ApprovalAction:
36648
36644
title: ApprovalAction
36649
36645
type: string
@@ -49623,6 +49619,8 @@ components:
49623
49619
- pendingIdVerification
49624
49620
- pendingLivenessVerification
49625
49621
- pendingManualTrustReview
49622
+
- pendingManualSupportReview
49623
+
- pendingVideoApprovalFromSupport
49626
49624
PendingApprovalStatePending1:
49627
49625
title: Pending
49628
49626
type: string
@@ -52950,7 +52948,15 @@ components:
52950
52948
description: The txRequestId of a transaction request on the specified wallet. This must be provided if the webhook is of type `txRequest` or `txRequestTransaction`.
52951
52949
required:
52952
52950
- txRequestId
52953
-
- title: Use dummy data
52951
+
- title: Transaction hash
52952
+
type: object
52953
+
properties:
52954
+
txHash:
52955
+
type: string
52956
+
description: The txHash of a specific transaction for the specified coin. This must be provided if the webhook is of type `transaction` or `transaction_finality_on_l1`.
0 commit comments