Skip to content

allscale-io/AllScale_Third-Party_API_Doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

  • Merchant whitelist access (contact BD team)
  • API credentials (API Key & Secret)
  • Webhook endpoint for payment notifications

Environment Endpoints

Sandbox Environment (for testing and development)

Base URL: https://openapi-sandbox.allscale.io

Production Environment (for live transactions)

Base URL: https://openapi.allscale.io

Quick Start Guide

Step 1: Get Access

Contact BD team for merchant whitelist approval and receive your API credentials.

Step 2: Test Your Integration

Before diving into payment flows, verify your setup with test endpoints:

Follow the Authentication Guide to implement API authentication, then test these endpoints:

  1. GET /v1/test/ping - Verify connection and authentication
  2. GET /v1/test/fail - Test error handling
  3. POST /v1/test/post - Test POST requests with payload

✅ Once all three test routes return expected responses, proceed to Step 3.

See Test Route Documentation for details.

Step 3: Configure Webhooks

  • Configure your webhook URL in the merchant dashboard or provide it to BD team
  • Implement signature verification (see- Webhook Signing )

Step 4: Implement Payment Flow

Review the Integration Flow and implement:


API Documentation

Core Concepts

Security

API Routes


Support

Contact your BD team for assistance.

About

AllScale_Third-Party_API_Doc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages