Skip to main content

Introduction

This documentation describes the current Beyounger merchant payment integration surface.

Who This Is For

This documentation is mainly for:

  1. backend engineers integrating merchant APIs
  2. solution architects designing order, payout, and webhook flows
  3. operations and reconciliation teams validating balances and payment state changes

Current Product Scope

The current public merchant documentation is limited to:

  1. Account
  2. Payout
  3. PayIn
  4. Webhooks

This means the documentation is centered on merchant-facing payment operations rather than legacy plugin, SDK, or unrelated product material.

Integration Path

The simplest path is:

  1. obtain API access in the Merchant Portal
  2. validate credentials with the Account API
  3. integrate the relevant product workflow
  4. add webhook handling if your merchant account uses asynchronous delivery
  5. use API Reference and Postman during implementation and troubleshooting

Use these sections as the primary path:

  1. Getting Started
  2. Authentication
  3. Account
  4. Payout
  5. PayIn
  6. Webhooks
  7. API Reference