List Beneficiaries
Authorizations
Responses
200
The beneficiaries
application/json
get
/v1/beneficiariesGET /v1/beneficiaries HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
200
The beneficiaries
[
{
"id": "text",
"firstName": "text",
"lastName": "text",
"email": "text",
"createdAt": "text",
"updatedAt": "text"
}
]Authorizations
Path parameters
beneficiaryIdstringRequired
Responses
200
The beneficiary
application/json
patch
/v1/beneficiaries/{beneficiaryId}PATCH /v1/beneficiaries/{beneficiaryId} HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
200
The beneficiary
{
"id": "text",
"name": "text",
"email": "text",
"firstName": "text",
"lastName": "text",
"telephone": "text",
"externalId": "text",
"addressLine1": "text",
"addressLine2": "text",
"buildingName": "text",
"postalCode": "text",
"city": "text",
"state": "text",
"country": "text",
"businessId": "text",
"createdAt": "text",
"updatedAt": "text"
}Authorizations
Path parameters
beneficiaryIdstringRequired
Responses
200
The beneficiary
application/json
delete
/v1/beneficiaries/{beneficiaryId}DELETE /v1/beneficiaries/{beneficiaryId} HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
200
The beneficiary
{
"id": "text",
"name": "text",
"email": "text",
"firstName": "text",
"lastName": "text",
"telephone": "text",
"externalId": "text",
"addressLine1": "text",
"addressLine2": "text",
"buildingName": "text",
"postalCode": "text",
"city": "text",
"state": "text",
"country": "text",
"businessId": "text",
"createdAt": "text",
"updatedAt": "text"
}Authorizations
Path parameters
beneficiaryIdstringRequired
Beneficiary ID
Responses
200
The beneficiary accounts
application/json
get
/v1/beneficiaries/{beneficiaryId}/accountsGET /v1/beneficiaries/{beneficiaryId}/accounts HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
200
The beneficiary accounts
[
{
"id": "text",
"bankName": "text",
"accountNumber": "text",
"country": "text",
"swiftBic": "text",
"routingNumber": "text",
"iban": "text",
"sortCode": "text",
"currency": "text",
"type": "text",
"settlementMethod": "text",
"accountCategory": "text",
"extraFields": {},
"beneficiaryId": "text",
"createdAt": "text",
"updatedAt": "text"
}
]Authorizations
Path parameters
beneficiaryIdstringRequired
Body
objectOptional
Responses
200
The beneficiary account
application/json
post
/v1/beneficiaries/{beneficiaryId}/accountsPOST /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"
}Authorizations
Path parameters
beneficiaryIdstringRequired
Beneficiary ID
accountIdstringRequired
Account ID
Responses
200
The beneficiary account
application/json
get
/v1/beneficiaries/{beneficiaryId}/accounts/{accountId}GET /v1/beneficiaries/{beneficiaryId}/accounts/{accountId} HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
200
The beneficiary account
{
"id": "text",
"bankName": "text",
"accountNumber": "text",
"country": "text",
"swiftBic": "text",
"routingNumber": "text",
"iban": "text",
"sortCode": "text",
"currency": "text",
"type": "text",
"settlementMethod": "text",
"accountCategory": "text",
"extraFields": {},
"beneficiaryId": "text",
"createdAt": "text",
"updatedAt": "text"
}Authorizations
Path parameters
accountIdstringRequired
Body
objectOptional
Responses
200
The beneficiary account
application/json
patch
/v1/beneficiaries/{beneficiaryId}/accounts/{accountId}PATCH /v1/beneficiaries/{beneficiaryId}/accounts/{accountId} 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"
}Authorizations
Path parameters
accountIdstringRequired
Responses
200
The beneficiary account
application/json
delete
/v1/beneficiaries/accounts/{accountId}DELETE /v1/beneficiaries/accounts/{accountId} HTTP/1.1
Host: stage-capi.wewireafrica.com
Accept: */*
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