v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBeneficiaries
Get beneficiary
Get a beneficiary's information given its ID in the path.
get/v1/beneficiaries/{beneficiaryId}
Path parameters
beneficiaryIdstring required
Beneficiary identifier (UUID). This field is returned from the <a href="https://developers.pismo.io/pismo-docs/reference/post-intl-bank-accounts-v1-bank-accounts-beneficiaries">Register beneficiary</a> endpoint.
Headers
Authorizationstring required
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
Response
Get beneficiary response body
Example response
{
"account_code": "7654321",
"account_id": 78123456,
"account_type": "TRAN",
"alias": "Curveball",
"bank_code": "1086",
"beneficiary_id": "123e4567-e89b-12d3-a456-42661417",
"branch": "5555555",
"creation_datetime": "2023-04-12T23:20:50.52Z",
"document_number": "123412341234",
"enabled": true,
"name": "Al Freydough",
"region": "BR",
"schema": "PIX",
"updated_datetime": "2023-04-12T23:20:50.52Z"
}