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