Getting Started
Follow this minimum path for a first Beyounger Payment integration:
- Sign in to the merchant portal.
- Obtain API credentials and confirm enabled products. If the API Key expiration is not set, it defaults to
30days. - Use the production API domain
https://app.beyounger.com. - Validate account access with
GET /payment/accountorGET /payment/accounts. - Select the relevant product manual: Account, Payout, or PayIn.
- 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>"