👨‍💻
Beta Ramps - Documentation
  • Introduction
  • Getting Started
    • Onboarding
    • Set up your account
    • Processing limits
    • API Integration
  • API guide
    • Crypto and Fiat coverage
    • Authentication
    • Rate Limits
    • Webhooks
    • Errors
  • Request Payments
    • Crypto Payments Overview
    • Requesting a Crypto Quote
    • Crypto Payment Orders
    • Merchant's Account Balance
  • Registering Subaccounts
    • Subaccounts Overview
    • Registering Subaccounts
    • Wallet Addresses
    • Bank Account Information
  • Exchange Crypto to Fiat
    • Exchange Overview
    • Requesting a Quote
    • Buy/Sell Orders
    • Crypto and Fiat Deposits
    • Crypto and Fiat Withdrawal
    • Subaccount Balance
  • Pay anything from Crypto Wallet
    • 🚧Pay from Wallet Overview
Powered by GitBook
On this page
  • Steps to Go Live:
  • Header
  • Body
  1. Getting Started

API Integration

General guidelines on Beta's APIs.

Steps to Go Live:

1- Request integration keys in the "Integrations" menu on the dashboard.

2 -Point your integration to the production environment

live.betaapp.com

Once everything is set up, all orders in this environment are real orders and involve real coins.

For the sandbox environment, please get in touch with our support.

Header

For authentication, the Authorisation header must be included in the request. The value consists of the auth scheme, Bearer followed by the Access token:

Authorization: Bearer <Access token>

For requests that include a body, the Content-Type header must specify that the body is JSON: Content-Type: application/json

Body

Parameters sent to Beta in the Body must be in JSON format and use UTF-8 encoding.

PreviousProcessing limitsNextCrypto and Fiat coverage

Last updated 1 year ago