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).