Get payment recipient

POST /payment_initiation/recipient/get

Get details about a payment recipient you have previously created.

Request Body

Required

PaymentInitiationRecipientGetRequest defines the request schema for /payment_initiation/recipient/get

Parameters

client_id
string
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.
secret
string
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.
recipient_id
required, string
The ID of the recipient

Response

PaymentInitiationRecipientGetResponse defines the response schema for /payment_initiation/recipient/get

Response Properties

recipient_id
required, string
The ID of the recipient.
name
required, string
The name of the recipient.
address
object
The optional address of the payment recipient’s bank account. Required by most institutions outside of the UK.
street
required, array[string]
An array of length 1-2 representing the street address where the recipient is located. Maximum of 70 characters.
city
required, string
The city where the recipient is located. Maximum of 35 characters.
postal_code
required, string
The postal code where the recipient is located. Maximum of 16 characters.
country
required, string
The ISO 3166-1 alpha-2 country code where the recipient is located.
iban
string
The International Bank Account Number (IBAN) for the recipient.
bacs
object
An object containing a BACS account number and sort code. If an IBAN is not provided or if this recipient needs to accept domestic GBP-denominated payments, BACS data is required.
request_id
string
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.