Deposit Pre Auth
A DepositPreauth
object tracks a preauthorization from one account to another. [DepositPreauth transactions][] create these objects.
This has no effect on the processing of transactions unless the account that provided the preauthorization requires Deposit Authorization. In that case, the account that was preauthorized can send payments and other transactions directly to the account that provided the preauthorization. Preauthorizations are one-directional and have no effect on payments going the opposite direction.
Example JSON
Fields
A DepositPreauth
object has the following fields:
DepositPreauth ID Format
The ID of a DepositPreauth
object is the [SHA-512Half][] of the following values, concatenated in order:
The DepositPreauth space key (
0x0070
)The AccountID of the owner of this object (the sender of the [DepositPreauth transaction][] that created this object; in other words, the one that granted the preauthorization)
The AccountID of the preauthorized account (the
Authorized
field of the [DepositPreauth transaction][] that created this object; in other words, the one that received the preauthorization)
Last updated