Retrieve Recipient

Overview

This endpoint allows you to retrieve details of a specific Bre-B recipient within the Passport API using the recipient's unique ID. The response includes recipient key type, key value, and associated entity details.

Endpoint Details

DefinitionDescription
Endpointhttps://bre-b-sandbox.api.visionamos.passportfintech.com/v1/paas/entities/customers/recipients/breb/{recipient_id}
MethodGET
HeadersAuthorization
AuthenticationAccess Token (Bearer Token)

Replace {recipient_id} with the actual unique ID of the recipient.

Request Body

  • No request body

Example Request

JSON
Copy

Response Body

  • HTTP Status Code: 200 OK
  • The response contains the recipient metadata.

Example of Response

JSON
Copy

The response confirms the recipient details and its association with a specific entity customer.

Common Errors and Handling

HTTP Status CodeMeaningDescription
400 Bad RequestInvalid RequestThe recipient ID is missing or incorrectly formatted.
401 UnauthorizedExpired TokenThe access token is invalid or has expired.
403 ForbiddenAccess DeniedThe request is not authorized to retrieve this recipient.
404 Not FoundRecipient Not FoundNo recipient was found with the given ID.
500 Internal Server ErrorServer ErrorAn unexpected error occurred while retrieving the recipient.

Best Practices

  • Ensure the recipient id is correctly provided in the request URL.
  • Use the retrieved recipient details for initiating Bre-B payments.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard