Sep06Patch Transaction Request
data class Sep06PatchTransactionRequest(val id: String, val fields: Map<String, String>, val jwt: String)
Request to update a transaction with additional information requested by the anchor.
This endpoint allows clients to provide additional information that the anchor has requested after a transaction was initiated. This is typically used when the anchor needs extra details such as destination information, KYC fields, or other transaction-specific requirements.
The transaction must be in the "pending_transaction_info_update" status for this request to succeed. The required fields can be found in the transaction's requiredInfoUpdates property.