BuckBus
API
API
  1. API Introduction
  • API Introduction
    • Introduction
    • References
    • Test store
    • Authorization
    • Processing of requests
    • Webhooks
  • APIs
    • Assets
      • List assets
    • Accounts
      • List accounts
    • Payments
      • Create payment
      • Create fiat payment
      • List payments
      • Payment details
      • List payment transactions
    • Dedicated addresses
      • Create dedicated address
      • Release dedicated address
    • Transfers
      • Create transfer
    • Withdrawals
      • Create withdrawal
      • Withdrawal details
    • Convert
      • Convert amount
  • Schemas
    • Payment
    • PaymentTransaction
    • Lang
    • Withdrawal
    • DedicatedAddress
    • Providers
    • Asset
    • Account
    • Accounts
API
API
  1. API Introduction

Introduction

BucksBus APIs are a suite of RESTful endpoints, purpose-built for secure, fast, and easy access to merchant data, create payments, obtain payment information, information on crypto currency  transactions in the blockchain and much more.
All API URLs referenced in the documentation have the following base:
https://api.bucksbus.com/int

✅ Requirements#

In order to make developers' interactions with BucksBus APIs easier, and for a more seamless, professional experience, the bare minimum requirements are as follows:
Basic understanding of programming, API consumption, webhooks calling, and JSON schema.
Authentication & Authorization using the HTTP Basic Auth.
BucksBus account.
Next
References
Built with