v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBeneficiaries
Register beneficiary
Register a new beneficiary with Pismo.
A newly-registerd beneficiary is not initially enabled and must be <a href="https://developers.pismo.io/pismo-docs/reference/post-intl-bank-accounts-v1-bank-accounts-beneficiaries-beneficiary-id-activate">activated</a> before use in transactions.
post/v1/beneficiaries
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
Request body
Example request
{
"account_code": "7654321",
"account_id": 78123456,
"name": "Al Freydough",
"region": "BR",
"schema": "PIX",
"account_type": "TRAN",
"alias": "Curveball",
"bank_code": "1086",
"branch": "5555555",
"document_number": "123412341234"
}Response
Register 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"
}