v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fetch Payout Destination

get/payout-destination/{destination_id}

Path parameters

destination_idstring required

Response

200

messagestring
{"stackTrail":"paths:/payout-destination/{destination_id}:get:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
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 destination retrieved successfully",
  "status": "success"
}