v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

List Payout Destinations

get/payout-destination

Response

200

messagestring
statusstring

Example response

{
  "data": [
    {
      "id": "fad00b8c708d11edbcfddb048077d2b7",
      "account_id": "8bc919c06bfd11eda78fe041a4724e32",
      "label": "Beneficiary Account",
      "type": "ach",
      "beneficiary_name": "Oluwatosin Jhonson",
      "account_number": "121042882",
      "account_type": "personal_checking",
      "routing_number": "021214189",
      "routing_type": "aba",
      "bank_name": "ConnectOne Bank",
      "bank_address": {
        "city": "Fort Lee",
        "country": "US",
        "line1": "1365 Palisades Ave",
        "postal_code": "07024-5242",
        "state": "NJ"
      },
      "created_at": "2022-11-30T10:04:21Z",
      "updated_at": "2022-11-30T10:04:21Z"
    }
  ],
  "message": "Payout destinations retrieved successfully",
  "meta": {
    "per_page": 20,
    "page": 1,
    "count_total": 1,
    "page_total": 1
  },
  "status": "success"
}