POST Create Beneficiary

This endpoint allows you to create a new beneficiary. The beneficiary can be validated via the validate beneficiary endpoint and depending on the Country, Account Number, IBAN, National Bank Code and Swift may be required. The parameter Account ID is a required parameter. A successful response will return the newly created beneficiary details. In the event of an error, a failure response will be returned with problem details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request object for creating a beneficiary. Can be validated via the beneficiaries validation endpoint. Depending on the country, AccountNumber, Iban, NationalBankCode and Swift may be required.

string
required
length ≥ 1

The name of the beneficiary.

string | null

Friendly name of the beneficiary (RM Only)

date | null

The beneficiary's date of birth in YYYY-MM-DD format.

string | null

Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.

string | null

Name of a built-up area, with defined boundaries, and a local government.

string | null

State field for address (RM Only)

string | null

First address line.

string | null

Second address line.

string
required
length between 2 and 2

The two letter country code of the beneficiary's bank country.

string
required
length between 2 and 2

The two letter country code of the beneficiary's country.

string | null

The beneficiary's bank account IBAN.

string | null

The beneficiary's bank name.

string | null

The beneficiary's bank code, e.g. UK sort code.

string | null

The beneficiary's bank account number.

string | null

The beneficiary's bank account SWIFT code.

enum

The beneficiary type.

enum

First or Third.

string
required
length ≥ 1

The Entity ID of the client creating the beneficiary.

string | null

The currency of the beneficiary.

Headers
string | null

Optionally provide an idempotency key header. If an idempotency key is present and this is a duplicate request, a 409 status will be returned. A duplicate request is a request which has the same EntityId/idempotency-key pair as another recent request.

Responses

401

Unauthorized.

403

Forbidden.

404

Resource not found.

409

Matching the idempotency key within 24 hours.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json