Skip to main content
A beneficiary is created under a customer. The customer ID belongs in the URL, not in the JSON body. You need BENEFICIARIES_WRITE to create a beneficiary. Add BENEFICIARIES_READ if your integration reads the beneficiary back after creation.
1

Prepare the beneficiary payload

Use an active BIC known to Nuvera. Either iban or accountNumber must be present.
2

Create the beneficiary under a customer

Generate the signed JWT with uri set to /api/v1/customers/{customerId}/beneficiaries after replacing {customerId} with the actual customer ID.

Field notes

New beneficiaries enter review. Use GET /api/v1/customers/{customerId}/beneficiaries/{id} and the activity endpoint to track the record. For the complete schema, open the API Reference.