v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-313352,3122.9 MB
plaid

List payment recipients

The /payment_initiation/recipient/list endpoint lists the payment recipients that you have previously created.

post/payment_initiation/recipient/list

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

countinteger nullable

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).

cursorstring

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.

Response

OK

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

next_cursorstring

The value that, when used as the optional cursor parameter to /payment_initiation/recipient/list, will return the corresponding recipient as its first recipient.