Skip to main content
Weavr API
Trusted payees

Add payees

POST/beneficiaries

Creates a batch containing one or more trusted payees for the logged-in corporate or consumer identity. A trusted payee is a saved recipient that can be referenced by beneficiaryId in future sends and outgoing wire transfers.

Trusted payees belong to the identity that creates them and can't be shared with other identities. The logged-in user must complete a Strong Customer Authentication challenge before the batch is executed and the payees are added to the trusted list.

Request

Header parameters

Request body

*
application/json
{}
objectobject · 2 fields

Responses

200OK

Success

Headers
Body
application/json
{}
BeneficiaryBatchBeneficiaryBatch · object · 3 fields
Response example
{  "operationBatchId": {    "batchId": "123456789",    "operation": "CREATE"  },  "tag": "customer-123",  "state": "INITIALISED"}