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

Test store

The best way to implement and test your integration is the creation of a test store. With a test store you may test your integration by emulating payments implemented in the Crypto Payment Gateway for a test store, so that you do not need to make real transactions in the blockchain. To do this, you need to go through the following steps:
1.
Create a test store
2.
Set a store key /secret in Settings -> API: API Key/API Secret, as well as Webhook URL/Secret in Settings -> Webhook: Webhook URL/Webhook Secret
3.
Set the environment on your side for using the API Key/test store secret and URL/ Webhook secret.
4.
Integration test.
Previous
References
Next
Authorization
Built with