@@ -24304,42 +24304,6 @@ paths:
24304
24304
application/json:
24305
24305
schema:
24306
24306
$ref: '#/components/schemas/PlatformError'
24307
- /api/v2/internal/enterprise/{enterpriseId}/points/verifyRetail:
24308
- post:
24309
- summary: Verifies if a given enterpise is a retail enterprise
24310
- operationId: v2.internal.enterprise.points.verifyRetail
24311
- tags:
24312
- - Enterprise
24313
- parameters:
24314
- - name: enterpriseId
24315
- in: path
24316
- required: true
24317
- schema:
24318
- $ref: '#/components/schemas/EnterpriseIdString'
24319
- - name: authorization
24320
- description: The authorization header
24321
- in: header
24322
- schema:
24323
- type: string
24324
- responses:
24325
- '200':
24326
- description: OK
24327
- content:
24328
- application/json:
24329
- schema:
24330
- $ref: '#/components/schemas/IsRetailEnterprise'
24331
- '400':
24332
- description: Bad Request
24333
- content:
24334
- application/json:
24335
- schema:
24336
- $ref: '#/components/schemas/PlatformError'
24337
- '404':
24338
- description: Not Found
24339
- content:
24340
- application/json:
24341
- schema:
24342
- $ref: '#/components/schemas/PlatformError'
24343
24307
/api/v2/organization/{organizationId}/enterprise:
24344
24308
get:
24345
24309
summary: List enterprises for an organization
@@ -30528,6 +30492,14 @@ components:
30528
30492
$ref: '#/components/schemas/LivenessVerificationParameter'
30529
30493
isFallback:
30530
30494
type: boolean
30495
+ walletSubtype:
30496
+ $ref: '#/components/schemas/WalletSubtype'
30497
+ WalletSubtype:
30498
+ title: WalletSubtype
30499
+ type: string
30500
+ enum:
30501
+ - custodialCold
30502
+ - custodialHot
30531
30503
LivenessVerificationParameter:
30532
30504
title: LivenessVerificationParameter
30533
30505
type: string
@@ -31035,6 +31007,7 @@ components:
31035
31007
- noop
31036
31008
- triggerWebhookNotification
31037
31009
- performLivenessVerification
31010
+ - recommendBackingWalletRouting
31038
31011
TransactionRequestId:
31039
31012
title: TransactionRequestId
31040
31013
type: string
@@ -50935,14 +50908,6 @@ components:
50935
50908
- claimTransactionByVasp
50936
50909
- rejectTransactionByVasp
50937
50910
- freezeKey
50938
- IsRetailEnterprise:
50939
- title: IsRetailEnterprise
50940
- type: object
50941
- properties:
50942
- isRetail:
50943
- type: boolean
50944
- required:
50945
- - isRetail
50946
50911
parameters:
50947
50912
Base:
50948
50913
name: base
0 commit comments