Add funds to your customer account. These funds can then be used to pay for new services or renew existing ones. Upon a successful call, invoice information is returned that can be used for follow-up payment processes.
Accept Example Content-Type Example amount any required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/credit/add-funds curl -X POST "https://cloud.hostup.se/api/credit/add-funds" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": null
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"invoiceId": "string",
"amount": 0,
"message": "string"
}
} {
"amount": null
}