Pending

data class Pending(val timeout: Int = 0, val message: String? = null) : Sep08PostTransactionResponse

The approval server needs more time to process the transaction.

The client should wait for timeout milliseconds and then resubmit the same transaction to the approval server. This status may indicate that the server is performing asynchronous checks (e.g., compliance verification).

Constructors

Link copied to clipboard
constructor(timeout: Int = 0, message: String? = null)

Properties

Link copied to clipboard

Optional human-readable message explaining the delay

Link copied to clipboard

Number of milliseconds the client should wait before resubmitting (default 0)