Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
List Recipients
Overview
This endpoint lets you get a list of all Bre-B and ACH recipients linked to an entity customer in the Passport API. The response provides details like recipient key type, key value, and associated entity customer ID.
Endpoint Details
Definition | Description |
|---|---|
Endpoint | https://api.paas.sandbox.co.passportfintech.com/v1/recipients |
Method | GET |
Headers | Authorization |
Authentication | Access Token (Bearer Token) |
This endpoint retrieves all recipients linked to an authenticated customer.
Query Parameters
Pagination Parameters
Parameter | Description |
|---|---|
page_params.page_size | Number of records to return per page. |
page_params.page_number | Page number to retrieve. |
page_params.first_request_timestamp.seconds | UTC seconds since Unix epoch ( |
page_params.first_request_timestamp.nanos | Nanosecond fraction (0 to 999,999,999). Must be a non-negative value and represents fractional seconds at nanosecond resolution. |
Ordering Parameters
Parameter | Description |
|---|---|
order_params.order_key | Field used to sort the results. |
order_params.order_direction | Sort direction. Allowed values: |
Recipient Filters
Parameter | Description |
|---|---|
customer_id | Filters by the customer identifier associated with the recipient. |
type | Filters by recipient type (for example, |
recipient_id | Filters by the unique recipient identifier. |
identification_number | Filters by the recipient’s identification number. |
account_number | Filters by the recipient’s account number. |
account_type | Filters by the recipient’s account type (for example, savings or ordinary account, depending on supported values). |
Request Body
No response body
Example Request
Response Body
Example of Response
Common Errors and Handling
HTTP Status Code | Meaning | Description |
|---|---|---|
400 Bad Request | Invalid Request | The request is malformed or contains invalid parameters. |
401 Unauthorized | Expired Token | The access token is invalid or has expired. |
403 Forbidden | Access Denied | The request is not authorized to list recipients. |
500 Internal Server Error | Server Error | An unexpected error occurred while retrieving recipients. |
Best Practices
Ensure the authentication token is valid before making a request.
Listing Recipients returns both those that have been resolved, and those that have not
Store recipient IDs for use in Bre-B payments and other transactions.