cURL
curl --request GET \ --url https://api.sandbox.bitwage.com/api/merchant/claim/status \ --header 'Authorization: Basic <encoded-value>'
{ "claim_id": "<string>", "status": "<string>", "tx_hash": "<string>" }
Get the current BTC checkout status for a merchant claim.
Documentation IndexFetch the complete documentation index at: https://developer.bitwage.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.bitwage.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>
Authorization: Basic <ACCESS_TOKEN>
Claim status returned.