Add Beneficiary Account

Add new beneficiary account

post
/v1/beneficiaries/{beneficiaryId}/accounts
Authorizations
Path parameters
beneficiaryIdstringRequired
Body
objectOptional
Responses
200

The beneficiary account

application/json
post
/v1/beneficiaries/{beneficiaryId}/accounts
POST /v1/beneficiaries/{beneficiaryId}/accounts HTTP/1.1
Host: stage-capi.wewireafrica.com
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
200

The beneficiary account

{
  "id": "text",
  "bankName": "text",
  "accountName": "text",
  "accountNumber": "text",
  "country": "text",
  "swiftBic": "text",
  "routingNumber": "text",
  "iban": "text",
  "sortCode": "text",
  "currency": "text",
  "type": "text",
  "settlementMethod": "text",
  "accountCategory": "text",
  "externalId": "text",
  "extraFields": {},
  "beneficiaryId": "text",
  "createdAt": "text",
  "updatedAt": "text"
}

Last updated