EVM Transactions In-Depth
EVM Transactions In-Depth
EVM Transactions In-Depth
At this point, Coinflow contract has a USDC balance that can be deducted from to send USDC to the merchant for settlement. Coinflow contract receives:
When merchants submit transaction data, Coinflow simulates it upfront to ensure successful execution. The response includes any revert reasons and the corresponding transaction data. Receiving an error message INSUFFICIENT FUNDS TO REDEEM indicates the transaction failed due to inadequate funds.
revertReason messages to understand why the transaction failed.