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
  • Authorization
  • LP Simulation (Liquidity Provider)
  • Environments

Was this helpful?

  1. XENDBRIDGE PORTAL

Checkout URL

XendBridge Checkout Portal

PreviousChecksum VerificationNextBuy Order

Last updated 2 years ago

Was this helpful?

Xendbridge provides a checkout portal feature that individuals and businesses can use to quickly integrate into their applications with minimum api calls.

How it works

Next, provide your app with supported currencies and payment methods of your choosing.

Then, enable access to the checkout portal on your dashboard.

Below are the endpoints that are necessary for implementing

Authorization

Once a Buy, Sell, or Swap order is initiated successfully, a checkout url is returned and can be used to redirect your customer to complete the order. In order to proceed with the payment two ways have been provided for the customer to be authorized to continue payment.

Email OTP

Once redirected the customer would need to provide an OTP which we'll send to the customer's email when this option is clicked before getting access to the order details.

OR

Order Access Code

This is the code returned in the response as accessToken after a successful order initiation. The third party can decide whether to show the token to its customers or not, to proceed with the order completion when this option is selected.

LP Simulation (Liquidity Provider)

In order to test the integration end-to-end, please make use of the LP simulation endpoints to process payments and complete orders.

Environments

We have two base urls available to third parties, namely sandbox and live urls.

Sandbox Base Url

https://checkout-api-sandbox.xendbridge.com

Live Base Url

https://checkout.xendbridge.com

First, you would need to sign up on the and get access to the sandbox environment. On your new dashboard, create an app and provide a logo.

(optional)

(optional)

(optional)

(optional)

📄
website
Buy
Sell
Swap
Rate
RateBounds
Supported Currencies
Payment Methods
LP Simulation