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: 2020-09-14.yml
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ servers:
6
6
url: https://sandbox.plaid.com
7
7
info:
8
8
title: The Plaid API
9
-
version: 2020-09-14_1.651.2
9
+
version: 2020-09-14_1.652.0
10
10
description: The Plaid REST API. Please see https://plaid.com/docs/api for more details.
11
11
contact:
12
12
name: Plaid Developer Team
@@ -21589,6 +21589,17 @@ components:
21589
21589
$ref: '#/components/schemas/APIClientID'
21590
21590
secret:
21591
21591
$ref: '#/components/schemas/APISecret'
21592
+
count:
21593
+
type: integer
21594
+
minimum: 1
21595
+
maximum: 100
21596
+
default: 100
21597
+
description: The maximum number of recipients to return. If `count` is not specified, a maximum of 100 recipients will be returned, beginning with the recipient at the cursor (if specified).
21598
+
nullable: true
21599
+
cursor:
21600
+
type: string
21601
+
description: A value representing the latest recipient to be included in the response. Set this from `next_cursor` received from the previous `/payment_initiation/recipient/list` request. If provided, the response will only contain that recipient and recipients created before it. If omitted, the response will contain recipients starting from the most recent, and in descending order by the `created_at` time.
description: The value that, when used as the optional `cursor` parameter to `/payment_initiation/recipient/list`, will return the corresponding recipient as its first recipient.
21618
+
maxLength: 256
21604
21619
required:
21605
21620
- recipients
21606
21621
- request_id
@@ -48059,8 +48074,6 @@ components:
48059
48074
persistent_account_id:
48060
48075
type: string
48061
48076
description: A unique and persistent identifier for accounts that can be used to trace multiple instances of the same account across different Items for depository accounts. This is currently an opt-in field and only supported for Chase Items.
description: The duration of transaction history available within this report for this Item, typically defined as the time since the date of the earliest transaction in that account.
0 commit comments