Retrieves a deposit destination object.
Username = api_key_id, Password = api_key_secret
ID of the deposit destination object to be retrieved.
Unique ID of the deposit destination.
ID of the account associated with the deposit destination.
Employer name.
Destination where payouts are sent.
ach_deposit_account, card, acss_debit Whether the deposit destination is currently set to receive payments.
Additional details for gig employers:
inactive indicates the user added this card or bank account to the gig platform, but chose another preferred deposit destination in their payout settings.
Note: Deposit destination details for individual payouts from gig employers are also listed within the metadata object of the user's paystubs.
// Example - payout to debit card:
"metadata": {
"origin_type": "DRIVER_DIRECT",
"payout_on": "2022-06-28 21:15:04+00:00",
"issue_info": {
"description": "",
"type": "UNKNOWN_ISSUE_TYPE"
},
"deposited_ot": "2321 Visa",
"origin_period": null,
"raw_type": "DRIVER_DIRECT"
}// Example - payout to bank account:
"metadata": {
"origin_type": "REGULAR",
"payout_on": "2022-11-17 07:20:32+00:00",
"issue_info": {
"description": "",
"type": "UNKNOWN_ISSUE_TYPE"
},
"deposited_ot": "5329 FIFTH SIXTH BANK",
"origin_period": {
"start": "2022-11-14 14:06:29+00:00",
"end": "2022-11-16 14:06:29+00:00"
},
"raw_type": "REGULAR"
}active, inactive, pending Whether payments sent to this deposit destination are a percentage or amount of the user's total pay.
percent, amount What percent or amount of the user's pay is being allocated to this deposit destination.
Numerical values are used for exact amounts or percentages, and remainder is used when this deposit destination is receiving a remainder amount after pay is allocated to all other deposit destinations.
Payment method, such as direct deposit.
Details for deposit destinations with a destination_type of ach_deposit_account, which pertains to U.S. bank accounts.
Details for deposit destinations with a destination_type of card, which pertains to debit cards or similar cards that can receive payouts.
Details for deposit destinations with a destination_type of acss_debit, which pertains to Canadian bank accounts that use the Automated Clearing Settlement System (ACSS).
Additional, non-categorized information.