# Get the payout attempts that have occurred for this account Payout attempts are returned in reverse chronological order - the first attempt in the returned array will be the most recent payout attempt. Endpoint: GET /me/payout_attempts Version: 0.1.0 Security: OAuth2 ## Response 200 fields (application/json): - `amount` (integer, required) - `arrival_date` (integer, required) - `created_date` (integer, required) - `failure_code` (string) Enum: "account_closed", "account_frozen", "bank_account_restricted", "bank_ownership_changed", "could_not_process", "debit_not_authorized", "declined", "insufficient_funds", "invalid_account_number", "incorrect_account_holder_name", "incorrect_account_holder_address", "incorrect_account_holder_tax_id", "invalid_currency", "no_account", "unsupported_card" - `status` (string, required) Enum: "paid", "pending", "in_transit", "canceled", "failed"