# Ebioro Merchant API ## Docs - [Get Balance by Asset](https://developers.ebioro.com/api-reference/accounts/get-balance.md): Fetches the balance of a specific asset for the logged-in merchant. - [Get All Balances](https://developers.ebioro.com/api-reference/accounts/get-balances.md): Fetches all balances for the logged-in merchant. - [Get Quote](https://developers.ebioro.com/api-reference/cross-chain/get-quote.md) - [Get Routes](https://developers.ebioro.com/api-reference/cross-chain/get-routes.md) - [Get Status](https://developers.ebioro.com/api-reference/cross-chain/get-status.md) - [API Reference](https://developers.ebioro.com/api-reference/overview.md): Complete reference for all Ebioro Merchant API endpoints - [Accept Underpayment](https://developers.ebioro.com/api-reference/payments/accept-underpayment.md): Allows merchants to accept a partial payment and trigger settlement for the amount that was actually received. - [Create Payment](https://developers.ebioro.com/api-reference/payments/create-payment.md): Allows to create a payment order - [Get Payment](https://developers.ebioro.com/api-reference/payments/get-payment.md): Allows to get a specific payment order - [List Payments](https://developers.ebioro.com/api-reference/payments/list-payments.md): Allows you to get all the payments associatted to your account - [Get Refund](https://developers.ebioro.com/api-reference/refunds/get-refund.md): Fetches details of a specific refund by its ID for the logged-in merchant. - [List Refunds](https://developers.ebioro.com/api-reference/refunds/list-refunds.md): Fetches a paginated list of refunds for the logged-in merchant. - [Authentication](https://developers.ebioro.com/authentication.md): How to authenticate API requests using Digest Auth - [Code Examples](https://developers.ebioro.com/code-examples.md): Complete working examples for integrating with the Ebioro Merchant API - [Cross-Chain Payments](https://developers.ebioro.com/concepts/cross-chain.md): Accept payments from Solana, Ethereum, Base, Arbitrum, NEAR, Tron, and more - [Escrow Payments (Coming Soon)](https://developers.ebioro.com/concepts/escrow.md): Hold funds in a smart contract until conditions are met before releasing to the merchant or payee - [Payments](https://developers.ebioro.com/concepts/payments.md): How payment processing works on Ebioro - [Refunds](https://developers.ebioro.com/concepts/refunds.md): Issue refunds to customers - [Webhooks](https://developers.ebioro.com/concepts/webhooks.md): Receive real-time payment notifications - [Welcome to Ebioro](https://developers.ebioro.com/introduction.md): Accept blockchain payments from any chain, settle in USDC - [Quickstart](https://developers.ebioro.com/quickstart.md): Create your first payment in 5 minutes ## OpenAPI Specs - [openapi](https://developers.ebioro.com/openapi.json)