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
  • Third-Party Payments
  • KYC Errors
  1. Currency Swap

User KYC

This is the page explaining the user KYC.

The Axis system is KYC dependent- meaning only orders from a user that has done KYC will be fulfilled. If a non-KYC user initiates an order the order is left in a pending state until the user performs KYC, or their KYC data is posted to the B2CUpdateKYC endpoint.

There are 2 types of KYC for a user

  1. Basic KYC

  2. Extended KYC (E-KYC)

With Each KYC category there are transactional limits.

Two Ways of doing KYC

Method
Ideal for
Note

Method 1

This is for B2C merchants that have already done KYC for their users

This is done by posting your users' existing KYC data to this endpoint POST https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/B2cUpdateUserKyc

Method 2

This is for B2B merchants that haven't done KYC for their users

While creating on-ramp and off-ramp orders, Axis requires some KYC data (first name, last name, email, & phone number). If the above KYC data is not on our users KYC database, Axis will return a KYC URL where your user can perform a one-time transactional KYC .

Third-Party Payments

Overview: Third-party payments involve a transaction where a party other than the buyer makes the payment.

Considerations: Users are advised against using third-party payments within the Axis system because:

  • KYC Requirements: Orders from users who have not completed KYC will remain in a pending state until KYC is finalized, delaying transaction processing.

  • Potential Errors: Third-party transactions can lead to complications, including KYC errors that may hinder order fulfillment.

KYC Errors

Overview: KYC errors can occur due to incomplete data submission or mismatched information during the KYC verification process.

Implications:

  • Orders will not be fulfilled if KYC errors exist.

  • Resolution of these errors is necessary before order processing can continue.

Resolution Steps:

  1. Review Notifications: Users should check the error notifications provided by the system.

  2. Update Information: Correct any inaccurate or incomplete information as indicated.

  3. Re-initiate KYC: If necessary, users may need to re-initiate the KYC process to ensure compliance with the required standards.

To ensure smooth order fulfillment, it is crucial for users to promptly address KYC errors.

PreviousDigital SignatureNextCreate KYC

Last updated 6 months ago

Page cover image