v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBeneficiaries
Activate beneficiary
Activate a beneficiary.
Activating a beneficiary authorizes or confirms a particular individual, organization, or account can receive frunds from another account. This is usually required before initiating transactions, especially fund transfers, to ensure that the recipient is approved to receive money.
post/v1/beneficiaries/{beneficiaryId}/activate
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
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"
}