You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An array representing any previous states of the hold, if it has been modified (For example, increasing or decreasing the hold amount).
idemkey
String
The idempotency key used when initially creating this hold.
memo
String
A short note to the recipient
network
String
The network this transaction is associated with
operation
String
reason
String
If a hold has been declined or modified, this will include the reason.
req_amount
Integer
The requested amount, in the case of hold modifications.
risk_info
Object
Information received by the transaction risk/fraud service related to this transaction
[optional]
status
String
The status of the hold.
subtype
String
The specific transaction type. For example, for `ach`, this may be "outgoing_debit".
total_amount
Integer
The total amount of the hold. This may be different than `amount` in the case where a hold increase or decrease was requested.
transaction_id
String
The uuid of the transaction that this pending transaction originated from, if any. This is primary used when a transaction "posts", but a subset of the amount reserved until a future settlement date.
[optional]
transaction_time
Time
The time that the transaction was created
type
String
The general type of transaction. For example, "card" or "ach".
user_data
Object
An unstructured JSON blob representing additional transaction information specific to each payment rail.
[optional]
was_partial
Boolean
Does this hold represent a partial debit (or credit)?