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/payments/{id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": { "id": "<string>", "message": "<string>" } }
Update payment status
Payment ID
Request body for updating a payment
New payment status
COMPLETED
CANCELLED
Payment updated successfully
Show child attributes