Retrieve Recipient
Recipients
Retrieve Recipient
Retrieve detailed information about a specific payment recipient by its ID.
GET
Retrieve Recipient
Retrieve detailed information about a specific payment recipient by its ID.
Overview
This endpoint returns comprehensive details about a single recipient, including all account information, limits, identification, and payment details.Path Parameters
string
required
Recipient UUID
Response
object
Complete recipient object including:
id: Recipient UUIDmerchant_id: Your merchant IDaccount_number: Account numberaccount_name: Account holder nameaccount_type: Account type (individual/business)is_internal_account: Whether it’s an internal Pooler accountaccount_currency: Currency codeaccount_bank_name: Bank nameaccount_bank_code: Bank codeaccount_country_code: Country codeaccount_country: Country nameidentification: Identification object with type, number, and imagelimit: Payment limitpayment_details: Payment details objectcreated_at: Creation timestampupdated_at: Last update timestamp
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Path Parameters
Recipient ID