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

Authorization

BucksBus uses the HTTP Basic authentication.
All calls to the APIs require an Authorization header in this format:
Authorization: Basic <credentials> where <credentials> is the Base64 encoding of API Key (username) and API Secret (password) joined by a single colon :

What You will Need Before You Start:#

1
First Step
Open you store in the dashboard
2
Second Step
Go to the settings page of the store (left navigation bar)
3
Third Step
Open the API tab
4
Fourth Step
Generate the API Secret
5
Fifth Step
Press "Save" to apply the changes
The API Secret key is responsible for your data security. You should keep it in a safe place and not publish it on third party resources (for example, together with source code). Your duty is to change the API Secret on schedule, e.g., once a month.
Previous
Test store
Next
Processing of requests
Built with