While integrating with the Transactions API I noticed the following undocumented types:
pro_deposit
: seems to be equivalent toexchange_deposit
pro_withdrawal
: seems to be equivalent toexchange_withdrawal
order
: similar to asend
but tracks a payment to a merchantdelayed_canceled
: not sure what it represents
Can anyone point me to an updated list of transaction types and/or explain what delayed_canceled
transactions represent?