XendBridge
  • Get Started
  • 🛠️API Method Calls
    • Third Party Order Operations
      • Rate
      • Buy Order
      • Sell Order
      • Swap Order
      • Pending Order
      • Pay For Order
      • Cancel Order
    • LP Simulation
      • Pay For Order (Buy Order)
      • Pay For Order (Sell Order)
    • Dispute
      • Raise Third Party Dispute
      • Get All Disputes
      • XendBridge Chat SDK
    • Payment Inquiry
    • WebHooks
      • Order Payment Confirmation
      • Order Matched Notification
      • Order Canceled Notification
      • Checksum Verification
  • 📄XENDBRIDGE PORTAL
    • Checkout URL
      • Buy Order
      • Sell Order
      • Swap Order
      • Rate
      • Rate Bounds
      • Initiate Order Created With Deferred Payment Method
      • Supported Currencies
      • Payment Methods
    • Inline Html Snippet
    • DeFi Checkout
  • 📦XENDBRIDGE SDKS
    • XendBridge NodeJs SDK
    • XendBridge .NET SDK
      • Rate
      • Buy Order
      • Sell Order
      • Swap Order
      • Pending Order
      • Pay For Order Confirmation
      • Cancel Order
      • Raise A Dispute
  • Errors
  • 🔖REFERENCE
    • API Reference
Powered by GitBook
On this page

Was this helpful?

Errors

XendBridge is a REST API product and as such we religiously follow conventional HTTP response codes to indicate the status of an API call - success or failure.

👍2XX Status code Everything went well.

🚧4XX Status code A required piece of information/data was not found in the API request thus we cannot process it

❗5XX Status code Something is wrong with XendBridge. This range of errors are extremely rare

Status Code
Meaning

200, 201, 204

Everything works as expected. API request was successful

400

Bad request. Review the data sent in the request. Usually, this means a required piece of information is missing

401

Unauthorized. This happens when you provide an invalid or non-existent API key

404

Resource not found. This could happen when you try to retrieve an item with a non-existent ID

403

Not enough permission to perform this operation

5XX

Something went wrong on XendBridge end. Doesn't happen often :)

PreviousRaise A DisputeNextAPI Reference

Last updated 2 years ago

Was this helpful?