Skip to main content

Getting Started

Follow this minimum path for a first Beyounger Payment integration:

  1. Sign in to the merchant portal.
  2. Obtain API credentials and confirm enabled products. If the API Key expiration is not set, it defaults to 30 days.
  3. Use the production API domain https://app.beyounger.com.
  4. Validate account access with GET /payment/account or GET /payment/accounts.
  5. Select the relevant product manual: Account, Payout, or PayIn.
  6. Use the API Reference and Postman collection during implementation and testing.

Production API Domain

  • https://app.beyounger.com

Merchant Portal

First Validation Request

curl -X GET "https://app.beyounger.com/payment/account" \
-H "Accept: application/json" \
-H "Authorization: Bearer <apiKey>"