Technique et surcharge Budget Insight
La documentation de l’API Budget Insight est disponible sur le site suivant
https://docs.budget-insight.com/reference/payments
En complément , voici des code retours Budget Insight
Code | Message | Description |
---|---|---|
200 | OK | Defaut success code for responses. |
202 | Accepted | Alternate success code for requests that need further interaction to resume the operation (e.g. connection addition or sync). |
204 | No content | Success code for requests that return nothing. |
400 | Bad request | Error code when the request is invalid, e.g. the supplied parameters are incorrect. |
401 | Unauthorized | Error code when the service requires authentication and the proper header was incorrectly provided. |
403 | Forbidden | Error code when an authentication token with insufficient scope was provided to access an endpoint. |
404 | Not found | Error code when the route was incorrect, or the resource is unknown for the provided authorization scope. |
409 | Conflict | Error code when a request could not be honored because of a conflicting state with the API. |
500 | Internal servor error | Error code for failures related to internal bugs. |
503 | Service unavailable | Error code when our API is temporarily down for maintenance. |