# TransVoucher API (v1.0.0) > TransVoucher API allows you to create and manage cryptocurrency payment intents for your customers. Accept fiat payments and receive cryptocurrency settlements. ## Base URLs - `https://api.trans-voucher.com/v1.0` — Production server - `https://sandbox-api.trans-voucher.com/v1.0` — Sandbox server ## Authentication - **ApiKeyAuth** (apiKey, in header) — Your API key from the TransVoucher dashboard - **ApiSecretAuth** (apiKey, in header) — Your API secret from the TransVoucher dashboard ## Endpoints - [`GET /`](#get_root) — API Status - [`POST /payment/create`](#post_payment_create) — Create Payment Intent - [`GET /payment/status/{referenceId}`](#get_payment_status__referenceId_) — Get Payment Status - [`GET /payment/list`](#get_payment_list) — List Payments - [`GET /payment-link/status/{paymentLinkId}`](#get_payment_link_status__paymentLinkId_) — Get Payment Link Status - [`GET /currencies`](#get_currencies) — Get Active Currencies - [`GET /networks`](#get_networks) — Get Active Networks - [`GET /commodities`](#get_commodities) — Get Active Commodities - [`GET /conversion-rate/{network}/{commodity}/{fiatCurrency}/{paymentMethod}`](#get_conversion_rate__network___commodity___fiatCurrency___paymentMethod_) — Get Conversion Rate - [`POST /payment/webhook`](#post_payment_webhook) — Receive Payment Webhooks (Your Server) ## Optional - [OpenAPI JSON Specification](/openapi.json) - [OpenAPI YAML Specification](/openapi.yaml) - [Full AI Documentation](/llms-full.txt)