Skip to main content

Documentation Index

Fetch the complete documentation index at: https://devs.elementpay.net/llms.txt

Use this file to discover all available pages before exploring further.

Check order status

Use the creation tx hash:
curl "$BASE_URL/orders/tx/$TX_HASH" -H "X-API-Key: $API_KEY"
Statuses
  • submittedpendingsettled
  • failed (see reason in webhook payload), refunded if applicable
Tip: Prefer webhooks over polling to reduce latency and load.