Fetch all your beneficiaries.
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "PERSON",
- "status": "DECLINED",
- "active": true,
- "friendlyName": "string",
- "accountType": "IBAN",
- "updateDate": "2019-08-24T14:15:22Z",
- "creationDate": "2019-08-24T14:15:22Z",
- "display": true,
- "accountNumber": "string",
- "sortCode": "string"
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Beneficiaries are the one who will receive funds. When you add a beneficiary, the consumer must use the exact full name. If he adds as a beneficiary one of his own accounts, we must be able to detect it. It will simplify Strong Customer Authentication (SCA) during a transfer.
You must fill one of the beneficiary types. BIC / SWIFT code is only required for IBAN. If you want to simplify transfers later, we suggest you add a SWIFT code for US and UK beneficiaries.
This operation might require SCA.
Created
Waiting SCA
Bad Request
Unauthorized
Forbidden
Conflict
{- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "type": "PERSON",
- "fullName": "string",
- "name": "John Michael Doe",
- "friendlyName": "string",
- "bankingDetails": {
- "iban": "string",
- "bic": "string"
}, - "display": true
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Get all information about a beneficiary using its ID.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "name": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "PERSON",
- "status": "DECLINED",
- "active": true,
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "friendlyName": "string",
- "accountType": "IBAN",
- "updateDate": "2019-08-24T14:15:22Z",
- "creationDate": "2019-08-24T14:15:22Z",
- "display": true,
- "linkcyLedgerId": "a46808dc-b040-4d05-b916-a3302b04dc12",
- "accountNumber": "string",
- "sortCode": "string"
}
Patch a beneficiary.
This operation might require SCA.
OK
Waiting SCA
Bad Request
Unauthorized
Forbidden
Not Found
{- "active": true,
- "display": true,
- "friendlyName": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}