Ibanera Customer API
Customer Portal
  • Overview
  • Terminology
    • Exchanges of Assets
    • Payees
    • Personal Customers
    • Business Customers
      • Managees
    • Enumerations, Codes and Definitions
      • Source of Funds Types
      • Transfer Purpose Codes Reference
  • Getting Started
    • Access the API
    • API Principal Account
    • Common Response Format
    • First API Call
    • Authentication & Authorization
      • Generating a Time-Based One-Time Password (TOTP) with a Shared Secret
  • API Endpoints
    • Accounts
    • Business Onboarding
    • Cards
    • Crypto Exchanges
    • Foreign Currency Exchange
    • Payees (Beneficiaries)
    • Transfers
    • Transaction Cancellation
    • Managees
    • Information Requests (RFIs)
    • Quick Buy
    • Simulated Testing
  • Callbacks
    • Managee Jumio Completed
    • Cryptocurrency Transfers
    • Exchange Status Updated
    • Fiat Deposit Received
    • Managee Card Approval Updated
    • Managee KYC Updated
    • Transaction Status Updated
    • Information Requests
  • QuickBuy
    • QuickBuy Callback
    • QuickBuy Front End Implementation
    • Validating the Webhook Signature
    • QuickBuy Pro
      • Visual Customization
      • Getting Started / Authentication
      • API Endpoints
        • Create Payment
        • Retrieve Payments
        • Delete Payment
      • Callbacks
        • Payment Captured
        • Cryptocurrency Transferred
Powered by GitBook
On this page
  • Welcome to the Ibanera API Getting Started Guide!
  • Objectives
  • Step-by-Step Process
  • Conclusion

Getting Started

PreviousTransfer Purpose Codes ReferenceNextAccess the API

Last updated 1 year ago

Welcome to the Ibanera API Getting Started Guide!

This guide is designed to introduce you to the basic functionalities of the Ibanera API, equipping you with the necessary knowledge to begin utilizing its features effectively. By the end of this guide, you'll have a clear understanding of the key operations and will be capable of executing a successful login, setting a strong foundation for further exploration and integration.

Objectives

Through this guide, you will:

  1. Understand the API User: Learn about the fundamental principals of a user of the Ibanera API.

  2. Set Up Your Environment: Get instructions on preparing your environment for API interaction.

  3. Authenticate Effectively: Master the process of authentication to ensure secure access.

  4. Achieve a Successful Login: Gain the ability to log in using the API, marking the start of your journey with Ibanera's services.

  5. Make Your First API Call: Put your knowledge into practice by making a basic API request.

Step-by-Step Process

  1. Familiarization with API Endpoints: Begin by understanding the various endpoints provided by the Ibanera API, including asset management, customer or business details, and transaction processes.

  2. Environment Setup:

    • API Credentials: Ensure you have the necessary API credentials (username, password, shared secret) provided by Ibanera.

    • Development Tools: Set up your preferred development environment and tools, such as Postman for API testing or relevant IDEs for coding in Python, Node.js, Go, etc.

  3. Authentication:

    • .

  4. Executing Your First API Request:

    • Learn to interpret the API responses and handle possible errors.

  5. Next Steps:

    • Explore further functionalities such as creating additional users, managing assets, or initiating transactions.

Conclusion

By the end of this guide, you'll have a fundamental understanding of the Ibanera API, capable of performing a successful login and ready to explore more advanced features and functionalities. This journey marks the beginning of leveraging Ibanera's robust platform for your asset management and financial operations.

Learn the process of using your API credentials to authenticate
Understand the generation and use of TOTPs for enhanced security.
Start with a simple API call, such as retrieving your account balances.