GET
/
v1
/
customers
/
{customer_id}
/
recipients
{
  "recipients": [
    {
      "iban": "<string>",
      "legal_name": "<string>",
      "country": "<string>",
      "city": "<string>",
      "legal_address": "<string>",
      "bic": "<string>",
      "bank": "<string>",
      "type": "business",
      "intermediate_bic": "<string>",
      "intermediate_bank": "<string>",
      "intermediate_route": "<string>",
      "email": "jsmith@example.com",
      "phone": "<string>",
      "reference": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "total": 1,
  "has_more": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
type
enum<string>
Available options:
business,
personal
country
string
Required string length: 2

Response

200
application/json

Recipients retrieved successfully

The response is of type object.