PENDING
: Initial state of a settlement transaction upon creation by the Source Profile owner (source_profile_id
).AFFIRMED
: The settlement transaction has been approved by the Target Profile owner (target_profile_id
) and will be eligible for settlement once within the transaction window (settlement_window_start
→settlement_window_end
).SETTLED
: The assets in the transaction have successfully been transferred.EXPIRED
: The settlement transaction is no longer eligible for settlement.CANCELED
: The settlement transaction was canceled by the Source Profile owner.
PENDING
status.
The assets do not need to be available in the Profiles at this stage.
In the PENDING
state, two actions can be taken:
- The Source Profile owner cancels the transaction. Status transitions to
CANCELLED
. - The Target Profile owner approves the transaction. Status transitions to
AFFIRMED
.
SETTLED
when complete.
Transactions in the PENDING
or AFFIRMED
state at the end of the settlement window (settlement_window_end
) automatically transition to EXPIRED
.
Find Transactions by Status
Either involved party can use List Transactions to retrieve all the transactions they are counterparty to. Use thestatuses
query parameter to filter based on status.
You must specify the
limit
of items per page or an error returns.page_cursor
query parameter to the request.