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
description: List the transfer limits for an enterprise based on currency, transfer type, and direction.
29997
29999
operationId: tradfi.v1.enterprise.transfer.limits
@@ -30084,6 +30086,7 @@ paths:
30084
30086
$ref: '#/components/schemas/V1ErrorResponse'
30085
30087
/api/tradfi/v1/bank-transfers:
30086
30088
post:
30089
+
x-internal: false
30087
30090
summary: Create a bank transfer
30088
30091
description: Creates a new bank transfer using the `walletId` and `bankAccountId` as counterparties. Most details are inferred from `bankAccountId`. The `walletId` and `bankAccountId` must be owned by the same `enterpriseId`.
30089
30092
operationId: tradfi.v1.bank-transfers.create
@@ -30175,6 +30178,7 @@ paths:
30175
30178
$ref: '#/components/schemas/V1ErrorResponse'
30176
30179
/api/tradfi/v1/bank-transfers/{id}:
30177
30180
get:
30181
+
x-internal: false
30178
30182
summary: Get a bank transfer
30179
30183
description: Gets a bank transfer by its `id` or `txid`. Either identifier may be used interchangeably.
30180
30184
operationId: tradfi.v1.bank-transfers.get
@@ -30220,6 +30224,7 @@ paths:
30220
30224
$ref: '#/components/schemas/V1ErrorResponse'
30221
30225
/api/fiat/v1/transaction/ach-debit/agreement:
30222
30226
get:
30227
+
x-internal: false
30223
30228
summary: Get ACH agreement
30224
30229
description: Get the ACH agreement for a specific bank account.
30225
30230
operationId: fiat.ach.agreement
@@ -30317,6 +30322,7 @@ paths:
30317
30322
$ref: '#/components/schemas/V1ErrorResponse'
30318
30323
/api/accounts/v1/address:
30319
30324
get:
30325
+
x-internal: false
30320
30326
tags:
30321
30327
- Bank Accounts
30322
30328
operationId: fiat.address.info
@@ -30398,6 +30404,7 @@ paths:
30398
30404
$ref: '#/components/schemas/V1ErrorResponse'
30399
30405
/api/tradfi/v1/banks/{bankType}/{routingNumber}:
30400
30406
get:
30407
+
x-internal: false
30401
30408
tags:
30402
30409
- Bank Accounts
30403
30410
summary: Verify routing number by bank type
@@ -30456,6 +30463,7 @@ paths:
30456
30463
$ref: '#/components/schemas/V1ErrorResponse'
30457
30464
/api/tradfi/v1/plaid/link/token:
30458
30465
post:
30466
+
x-internal: false
30459
30467
summary: Create Plaid Link token
30460
30468
description: |
30461
30469
Creates a Plaid Link token for initiating the Plaid Link flow.
@@ -30537,6 +30545,7 @@ paths:
30537
30545
$ref: '#/components/schemas/V1ErrorResponse'
30538
30546
/api/tradfi/v1/plaid/link/token/exchange:
30539
30547
post:
30548
+
x-internal: false
30540
30549
summary: Exchange Plaid Public Token
30541
30550
description: |
30542
30551
Exchanges a public token received from Plaid Link for secure storage.
0 commit comments