These are the most common questions developers ask when integrating CoinVoyage. If you don’t find your answer here, email help@coinvoyage.io.Documentation Index
Fetch the complete documentation index at: https://docs.coinvoyage.io/llms.txt
Use this file to discover all available pages before exploring further.
How do I test CoinVoyage payments before going live?
How do I test CoinVoyage payments before going live?
You can test both the Deposit and Sale flows using the CoinVoyage example site.Create an account in the CoinVoyage Dashboard, copy your API Key and API Secret, and add them to the example site. This connects the demo flow directly to your organization so you can verify the end-to-end payment experience before integrating into your own application.
Where do I find my API Key and Secret?
Where do I find my API Key and Secret?
Your API Key and Secret are available in the CoinVoyage Dashboard:
- Navigate to Developer → API Keys
- Create a new key
- Store both the API Key and Secret securely
What's the difference between a Deposit and a Sale?
What's the difference between a Deposit and a Sale?
These two payment flows serve different use cases:Deposit — The user sends funds to a wallet address they control. For example, a user can fund their Sui wallet with native SUI while paying with USDC on mainnet. No server-side authorization is required.Sale — A merchant or organization creates an order for the user to fulfill. The user’s funds are routed to the configured settlement wallet. This mode requires a server-side Authorization signature generated from your API Secret, and the signature must be created on your backend — never in client-side code.
How do I generate the Authorization signature?
How do I generate the Authorization signature?
Where can I view transaction history?
Where can I view transaction history?
A transaction overview and detailed transaction pages are available in the CoinVoyage Dashboard under Transactions. You can filter by status, date range, and payment method from that view.