Skip to content

Commit 57c9396

Browse files
authored
Merge pull request #207 from plaid/generated_20250721T222932Z
OpenAPI generated code at 2025-07-21T22:29:32Z
2 parents d2f672e + a9586aa commit 57c9396

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

2020-09-14.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ servers:
66
url: https://sandbox.plaid.com
77
info:
88
title: The Plaid API
9-
version: 2020-09-14_1.651.2
9+
version: 2020-09-14_1.652.0
1010
description: The Plaid REST API. Please see https://plaid.com/docs/api for more details.
1111
contact:
1212
name: Plaid Developer Team
@@ -21589,6 +21589,17 @@ components:
2158921589
$ref: '#/components/schemas/APIClientID'
2159021590
secret:
2159121591
$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.
21602+
maxLength: 256
2159221603
PaymentInitiationRecipientListResponse:
2159321604
type: object
2159421605
additionalProperties: true
@@ -21601,6 +21612,10 @@ components:
2160121612
$ref: '#/components/schemas/PaymentInitiationRecipient'
2160221613
request_id:
2160321614
$ref: '#/components/schemas/RequestID'
21615+
next_cursor:
21616+
type: string
21617+
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
2160421619
required:
2160521620
- recipients
2160621621
- request_id
@@ -48059,8 +48074,6 @@ components:
4805948074
persistent_account_id:
4806048075
type: string
4806148076
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.
48062-
holder_category:
48063-
$ref: '#/components/schemas/AccountHolderCategory'
4806448077
days_available:
4806548078
type: number
4806648079
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.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2020-09-14_1.652.0
2+
- Add optional `cursor` and `count` fields to the `/payment_initiation/recipient/list` request and `next_cursor` to its response
3+
14
### 2020-09-14_1.651.2
25
- (beta) Add `user_id` field to `link/token/create` request
36
- [BREAKING for Go] (beta) Make `user` object optional in `link/token/create` if `user_id` is included

0 commit comments

Comments
 (0)