Fuspay
WebsiteSupportDemo Meeting
  • Overview
    • Welcome
  • API ONBOARDING
    • Introduction
    • Partner Onboarding
    • Regenerate Partner Keys
    • IP Check & Whitelisting
  • API Onboarding
  • Authentication
    • Swap, Collection, & P2P Automation
  • Webhook Validation & Request Integrity
  • Currency Swap
    • Introduction
    • Authentication
      • Partner Onboarding Endpoints
      • Partner Activate Endpoint
      • Regenerate Partners Public & Private Keys
      • Digital Signature
    • User KYC
      • Create KYC
      • Verify KYC Status
      • Reconciliation
      • Post KYC Data
    • Exchange Rate
    • Buy
      • Create Order
      • Events
    • Sell
      • Create Order
      • Events
    • Transaction Resolution
      • Overview
      • Log Issue
      • Check Issue Status
    • Transaction Records
      • Pending Transaction
      • Get Single Order Endpoint
      • Get Multiple Order Endpoint
      • Sell/Payout Verification Endpoint
    • Provider/Bank Codes
  • Virtual card
    • Introduction
      • Getting Started
        • Partner Onboarding
        • Partner Activate Endpoint
    • Authentication
    • Partner
      • Create Merchant
      • List of Merchants
    • Merchant
      • Create User
      • Verify User KYC Status
      • List Users
    • User
      • Create Card
      • Fetch Cards
      • Get Card Details
    • Card
      • Fund Card
      • Freeze Card
      • Delete Card
    • Payments
      • Withdraw From Card
      • Withdrawal History
    • Transactions
      • Card Transactions
      • Export Card Transactions
      • Filter Card Transactions
    • Wallet
      • Merchant Wallet Balance
      • Card Wallet Balance
  • Collection and payout
    • Introduction
    • Onboarding
    • Getting Started for Partner
      • Partner Onboarding Endpoints
      • IP Capture & Whitelisting
      • Regenerate Partners Pub/Priv Keys
    • Getting Started for Merchant
    • Collection
      • Digital Signatures
      • Collection (GHS, KHS, ZAR)
      • Collection (Virtual Account-NGN )
      • Fetch Order
      • Assigning Virtual Accounts
        • Get Available Assignable Virtual Account
        • Check if specific account is available for use
        • Create Order- using Available Virtual Account from your Account Pool
        • Cancel Order
      • Get Mobile Money Providers
    • Payout
      • Account verification
      • Payout
      • Payout Status
      • Crypto Withdrawal
        • Wallet Balance
        • Withdrawal Payout
        • Get Withdrawal Payout Fee
      • Bank and Bank Codes
    • Transaction History
      • Get Transaction Records
  • P2p Automation
    • Integration Journey (API-Dashboard)
  • Payment and Utilities
    • Introduction
      • Sign Up
      • Compliance
      • Create an App
      • Configure App
    • Authentication
    • User Onboarding
    • Error Handling
    • Plugin (Frontend)
      • Integrating Finswich checkout via NPM or Yarn
      • Integrating the Finswich Checkout on your Vanilla Javascript app
      • Steps for integrating Finswich Checkout via Flutter
      • Pseudocode for Integrating Finswich Checkout in Application (Native iOS & Android)
    • Services (Backend)
      • Inter-wallet Transfer
      • Bank Transfer
      • Wallet Funding
      • Utility Purchases
  • KYC As A Service
    • Introduction
    • App Registration Endpoint
    • App Activate/Verify Endpoint
    • Request Verification Token
    • KYC (Individual)
      • Get KYC Types
      • Create KYC Request
      • Get Verification Status and User's Data
      • Create order with meta data
      • Migrate
    • KYC (Business)
      • Get KYC Types
      • Create KYC Request
      • Get Verification Status and User's Data
    • Face Stamp
      • Create Facestamp Order
      • Create OTP
      • Verify OTP
      • Post Transaction Data
    • KYC(Transactional)
    • Callbacks (Webhook Responses)
Powered by GitBook
On this page
  • Axis (Instant Swap)
  • Benefits of Axis
  • Dispute Resolution & Issues Handling
  1. Currency Swap

Introduction

This page is meant to give an overview and understanding of the integration process of our Instant Swap System

PreviousWebhook Validation & Request IntegrityNextAuthentication

Last updated 6 months ago

Axis (Instant Swap)

Axis is a real-time swap solution designed to help merchants securely and instantly swap between Stablecoin (e.g. USDT) and Fiats. e.g. swap from NGN to USDT or USDT to NGN using a rate set by us. With a single integration on the Axis, you can swap between USDT and 18+ fiat currencies.

Supported Currencies

  1. USDT (TRC-20)

  2. USDC (MATIC)

  3. eUSD

  4. NGN (Bank Transfer)

  5. GHS (Mobile Money)

  6. KHS (Mobile Money- M Pesa)

  7. 15+ Fiat Currencies

Swap Rate

All swaps between currency pairs are done at a floated and competitive exchange rate.

The minimum Stable Coin is $10 (USDT, USDC, eUSD).

200: OK successful response Copy

{
     success: true,
     message: string,
     data: {
     "NGN/USDT": 1500,
     "USDT/NGN": 1500
     }

NGN/USDT = Onramp; USDT/NGN = offramp

How our API Works

The Axis API is event-driven. To make a successful swap (either on-ramp or Off-ramp) there are 3 events each for Funding and withdrawal.

What Can I do on API?

  • Fiat on-ramp - Enable your users to instantly buy cryptocurrencies with local payments in fiats such as NGN, GHS, and KES using bank transfers and mobile money

Flowchart of how your application make calls to our Application in Funding (on-ramp) usecase

  • Crypto off-ramp - Swap Stablecoin (e.g USDT) to fiats such as NGN, GHS, and KES

Flowchart of how your application make calls to our Application in Withdrawal (off-ramp) usecase

How do I Get Started?

Benefits of Axis

  1. Instant settlement: Fiats and Stablecoin (e.g USDT) are settled in real-time

  2. Non-Custodial: As a merchant, you will not be involved in the flow of funds and money will be settled into your user's wallet address (Funding) or bank account (Withdrawal).

  3. Multi-currency: The Axis system allows you to swap between fiat (NGN, GHS, KES. 15+ fiat currencies) and cryptocurrency (USDT). eg NGN/USDT, and USDT/NGN

  4. Competitive rates: Rates are competitive when compared to other exchanges

Dispute Resolution & Issues Handling

We have a dedicated technical and customer support team to help resolve any transaction-related issues within 24 hours.

Email Support: [email protected]

Crypto on-ramp - Swap Stablecoin (e.g USDT) to fiats such as NGN, GHS, and KES
Crypto off-ramp - Swap Stablecoin (e.g USDT) to fiats such as NGN, GHS, and KES

To get started please register on our to get the credentials needed to authenticate with our swap API

partner onboarding endpoint
Telegram Support:
https://t.me/+BP2Os0XbyxU5OWZk
Fuspay Axis Real-time Stablecoin to Fiat Currency Swap API