Checkout Webhooks
Checkout Status Updated
Body (payload) of the POST request:
Example
CheckoutStatus
CREATED
indicates that a checkout intent was submitted to Tweed and was created
PERFORM_CHECKOUT_SUBMITTED
indicates that the end user submitted the checkout successfuly
TRANSACTION_BROADCAST
indicates that the transaction was broadcasted to the blockchain
DONE
indicates that the checkout process was successful and the user received the token to it's wallet
FAILED
indicates that the checkout process failed
FAILED_AFTER_TX_COMPLETED
indicates that the checkout process failed after the transaction was already completed on chain
Last updated