Get payment status
Get Status
Fetch the current status of a payment by quote ID.
GET
Get payment status
Documentation Index
Fetch the complete documentation index at: https://direkt.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Example request
Example response
Status values
| Status | Meaning |
|---|---|
AWAITING_DEPOSIT | Waiting for the user to send funds |
DEPOSIT_RECEIVED | Deposit detected on-chain |
EXECUTING | Cross-chain swap in progress |
COMPLETED | Funds delivered to recipient |
EXPIRED | Quote expired before deposit arrived |
FAILED | Execution failed |
route.amount is in the token’s smallest unit (wei for ETH). send.amount from the quote is human-readable.Authorizations
Path Parameters
Quote ID returned from POST /api/quote
Example:
"5af8532c-5bf4-45c2-b099-1b36e96e91a3"
Response
200 - application/json
Payment status