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

DefinitionDescription
Endpointhttps://api.paas.sandbox.co.passportfintech.com/v1/recipients
MethodGET
HeadersAuthorization
AuthenticationAccess Token (Bearer Token)

This endpoint retrieves all recipients linked to an authenticated customer.

Query Parameters

Pagination Parameters

ParameterDescription
page_params.page_sizeNumber of records to return per page.
page_params.page_numberPage number to retrieve.
page_params.first_request_timestamp.secondsUTC seconds since Unix epoch (1970-01-01T00:00:00Z). Must be between 0001-01-01T00:00:00Z and 9999-12-31T23:59:59Z (inclusive).
page_params.first_request_timestamp.nanosNanosecond fraction (0 to 999,999,999). Must be a non-negative value and represents fractional seconds at nanosecond resolution.

Ordering Parameters

ParameterDescription
order_params.order_keyField used to sort the results.
order_params.order_directionSort direction. Allowed values: ORDER_DIRECTION_ENUM_UNSPECIFIED, ASC, DESC.

Recipient Filters

ParameterDescription
customer_idFilters by the customer identifier associated with the recipient.
typeFilters by recipient type (for example, INDIVIDUAL or BUSINESS.
recipient_idFilters by the unique recipient identifier.
identification_numberFilters by the recipient’s identification number.
account_numberFilters by the recipient’s account number.
account_typeFilters by the recipient’s account type (for example, savings or ordinary account, depending on supported values).

Request Body

  • No response body

Example Request

JSON
Copy

Response Body

Example of Response

JSON
Copy

Common Errors and Handling

HTTP Status CodeMeaningDescription
400 Bad RequestInvalid RequestThe request is malformed or contains invalid parameters.
401 UnauthorizedExpired TokenThe access token is invalid or has expired.
403 ForbiddenAccess DeniedThe request is not authorized to list recipients.
500 Internal Server ErrorServer ErrorAn 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.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard