v1

latestOpenAPI 3.0.02026-07-145016.7 KB
Recipients

Fetching Recipients

Fetches all recipients for a given business.<br><br>

get/accounts/recipients

Headers

Content-Typestring
Authorizationstring

Response

Successful response

Example response

{
  "data": [
    {
      "identifier": "REP-D8B07FB8C7",
      "name": "first name last name",
      "recipient_type": "individual",
      "relationship": "others",
      "reason": "reason",
      "email": null,
      "eid_number": null,
      "address": null,
      "bank": {
        "iban": "AE080200000123223333121",
        "country": "AE",
        "name": null,
        "account_number": null,
        "address": null,
        "city": null,
        "bic_code": null
      },
      "created_at": "19/02/2024",
      "recipient_meta": {}
    }
  ],
  "pagination_meta": {
    "page": 1,
    "per_page": 10,
    "total_pages": 5,
    "next_page": 2,
    "prev_page": null,
    "from": 1,
    "to": 10,
    "total_count": 47
  }
}
All 5 operations