Billing Errors
Billing Errors
Error codes that can be returned while calling billing api
| error code | message | http status | description |
|---|---|---|---|
| billing_invalid_token | "Token is not active" "Failed to parse JWT" | 401 | Invalid Bearer token provided |
| billing_bad_request | 400 | Bad request | |
| billing_internal_error | 500 | Internal error on ShareNOW side | |
| billing_invoice_not_found | "Invoice not found for rental X" | 404 | There is no Invoice found for provided Rental UUID |
Updated 11 months ago