Declined Transactions are refused additions and removals of money from your bank account. For example, Declined Transactions are caused when your Account has an insufficient balance or your Limits are triggered.
Fields
id- The Declined Transaction identifier.account_id- The identifier for the Account the Declined Transaction belongs to.amount- The Declined Transaction amount in the minor unit of its currency. For dollars, for example, this is cents.created_at- The ISO 8601 date on which the Transaction occurred.currency- The ISO 4217 code for the Declined Transaction's currency. This will match the currency on the Declined Transaction's Account.description- This is the description the vendor provides.route_id- The identifier for the route this Declined Transaction came through. Routes are things like cards and ACH details.route_type- The type of the route this Declined Transaction came through.source- This is an object giving more details on the network-level event that caused the Declined Transaction. For example, for a card transaction this lists the merchant's industry and location. Note that for backwards compatibility reasons, additional undocumented keys may appear in this object. These should be treated as deprecated and will be removed in the future. A map keyed by"category". Exactly one of the following keys is present, matching that discriminator's value:"ach_decline""card_decline""check_decline""check_deposit_rejection""inbound_fednow_transfer_decline""inbound_real_time_payments_transfer_decline""other""wire_decline"
type- A constant representing the object's type. For this resource it will always bedeclined_transaction.