Manatee Bitcoin Payment Verification API
Manatee is a Bitcoin payment verification API for developers building custom checkout systems, SaaS billing flows, WooCommerce stores, Shopware integrations and backend order automation. The API is non-custodial: Manatee does not hold customer funds, does not require wallet seed phrases or private keys, and does not act as a regulated payment custodian. Your application creates payment requests,…
Manatee Bitcoin Payment Verification API endpoints
| Method | Endpoint | Description |
|---|---|---|
| payments | ||
| GET |
getPaymentById /v1/btc/payments/{id} |
|
| POST |
createPayment /v1/btc/payments |
Creates a payment and returns a Bitcoin address. Provide exactly one amount mode: `amount_sats`, or `fiat_amount` with `fiat_currency`. Fiat-created payments return the converted… |
| POST |
cancelPayment /v1/btc/payments/{id}/cancel |
|
| GET |
listPayments /v1/btc/payments |
|
| usage | ||
| GET |
getUsage /v1/usage |
Returns current monthly usage, plan limits, and per-network counters for the account associated with the authenticated API key. |
| webhooks | ||
| POST |
sendTestWebhook /v1/webhooks/test |
Sends a synthetic `payment.confirmed` webhook event to the provided `webhook_url`. Use this endpoint to verify endpoint reachability, request headers, payload parsing, and… |
| GET |
listWebhookEventsForPayment /v1/btc/payments/{id}/webhook-events |
Returns stored webhook delivery attempts for a payment that belongs to the authenticated API key. |
Manatee Bitcoin Payment Verification API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|