Argyle · Example Payload

Get V2 Deposit Destinations {Id} Response 200

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Get V2 Deposit Destinations {Id} Response 200 is an example object payload from Argyle, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idaccountemployerdestination_typestatusallocation_typecurrencyallocation_valuemethodach_deposit_accountcreated_atupdated_atmetadata

Example Payload

Raw ↑
{
  "id": "0176e1ea-60ca-c561-eb8e-6dcdb33b1b55",
  "account": "0187c66e-e7e5-811c-b006-2232f00f426a",
  "employer": "Whole Goods",
  "destination_type": "ach_deposit_account",
  "status": "active",
  "allocation_type": "amount",
  "currency": "USD",
  "allocation_value": "325.70",
  "method": "Direct deposit",
  "ach_deposit_account": {
    "account_number": "123456780000",
    "bank_name": "NW Bank",
    "routing_number": "026010000",
    "account_type": "savings"
  },
  "created_at": "2023-03-14T16:00:49.420Z",
  "updated_at": "2023-03-14T16:00:49.420Z",
  "metadata": {}
}