Trustcrow API v1
  • Introduction
  • Authentication
  • Errors
  • API Reference
    • User Management
      • Create a user
      • Fetch users
      • Fetch user's wallet
    • Transaction
      • Create a transaction
      • Fetch transactions
      • Fetch milestones
      • Fund milestone
      • Deliver item
      • Accept item delivery
      • Reject item delivery
      • Approve returned item
      • Disapprove returned item
    • Dispute Management
      • Create a dispute
      • Fetch dispute
      • Add dispute amount
      • Approve dispute amount
      • Disapprove dispute amount
    • Disbursement
    • Other tools
      • Bank verification
      • File Upload
Powered by GitBook
On this page
  • Error Sample
  • Error Codes

Was this helpful?

Errors

This section describes the nature of errors you might encounter while interacting with the API.

PreviousAuthenticationNextUser Management

Last updated 1 year ago

Was this helpful?

Trustcrow API is RESTful so we use standard HTTP codes to let your server know if a request was successful or not.

Error Sample

Error Codes

  • 200 - Request was successful and action was carried out as expected.

  • 400 - An error occurred while executing request. When a 400 status code is sent, we always include a message parameter in the response which provides a description of the error.

  • 401 - Unauthorised request. This status code is sent when an invalid or expired access token is used in a request. See section for a description of how to include access tokens in request.

  • 404 - This status code is sent when an invalid endpoint is accessed. Verify that the endpoint you have is one of the provided endpoints in our reference.

  • 500, 501, 502, 503, 504 - This indicates an error processing the request from the API, possibly due to server downtime or unavailability. Please a member of our support team if you receive this status code.

authentication
contact