Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.bitgpt.xyz/invoices/{id} \ --header 'Content-Type: application/json' \ --data ' { "currency": "<string>" } '
{ "data": { "id": "<string>", "message": "<string>" } }
Update invoice status or currency
Invoice ID
Request body for updating an invoice
New invoice status
COMPLETED
VOIDED
New currency
Invoice updated successfully
Show child attributes