Product Overview
| Product | Description | When to Use |
|---|---|---|
| Payments | Create payment orders and accept USDC on Stellar. Customers pay via a hosted checkout widget or by scanning a SEP-7 QR code with any Stellar wallet. | Use for standard e-commerce checkout, invoices, or any one-time payment. |
| Cross-Chain Payments | Accept payments from Ethereum, Solana, Base, Arbitrum, NEAR, Tron, and more. Funds are automatically swapped and settled as USDC on Stellar. | Use when your customers hold assets on chains other than Stellar. |
| Escrow (coming soon) | Hold funds in a Soroban smart contract and release them based on configurable policies — time-based, manual approval, or programmatic triggers. | Use for marketplaces, remittances, or any transaction that requires a trusted intermediary. |
| Refunds | Issue full or partial refunds back to the customer’s Stellar wallet. | Use when a customer requests a return or when a transaction needs to be reversed. |
| Webhooks | Receive real-time HTTP notifications when payments are created, settled, canceled, or refunded. | Use to keep your backend in sync with payment state changes without polling. |
Ebioro Merchant API
The Ebioro Merchant API is a REST API that uses JSON for all requests and responses. Developers can integrate using any programming language that supports HTTP. Our API allows you to:- Create and manage payments with configurable amounts, currencies, and metadata
- Accept cross-chain deposits from multiple blockchains with automatic USDC conversion
- Hold funds in escrow with smart contract-based release policies
- Issue refunds for full or partial amounts
- Track everything with real-time webhooks and a complete event history per payment
Get Started
Quickstart
Create your first payment in minutes with step-by-step instructions.
API Reference
Explore all available endpoints with an interactive playground.
Authentication
Learn how to sign requests with HMAC digest authentication.
Code Examples
Ready-to-use examples in JavaScript, Python, and cURL.
Environments
| Environment | Base URL | Network |
|---|---|---|
| Sandbox | https://test-merchant.ebioro.com | Stellar Testnet |
| Production | https://merchant.ebioro.com | Stellar Mainnet |
Use the sandbox environment for development and testing. Sandbox transactions use Stellar testnet and no real funds are moved.