
Scuntra for WooCommerce lets your store take crypto payments with a drop-in gateway:
This plugin talks to the Scuntra REST API. You need a Scuntra account (free) to get an Account ID and Webhook signing secret.
This plugin connects to the Scuntra API to create and settle cryptocurrency payments. The
connection is required: without it there is no invoice for a customer to pay. The API host is
configurable in the plugin settings and defaults to https://scuntra.com.
Three interactions take place:
Exchange rate, at checkout. When a customer selects a coin, the plugin requests the
current rate with GET {host}/api/v2/ticker?currency={coin}&fiat={store currency}. Only the coin
code and your store’s currency code are sent. No order or customer information is included.
Invoice creation, when an order is placed. The plugin sends POST containing: the chosen coin, the converted
{host}/api/v2/accounts/{your account id}/invoices
amount, the invoice lifetime, the WooCommerce return URL for that order, your store’s webhook URL,
your site name, the order number and the order ID. An idempotency key derived from the order ID,
order total and coin is sent as a header so a retry cannot create a duplicate invoice.
Payment notification, after the customer pays. Scuntra calls your store’s webhook URL. The
plugin verifies an HMAC-SHA256 signature against your signing secret and updates the order. Nothing
leaves your store during this step.
Customer personal data is never sent to Scuntra by this plugin — no names, email addresses,
billing or shipping addresses, and no card or wallet credentials. The customer pays on Scuntra’s
hosted invoice page, which is why nothing sensitive passes through your store.
Using this plugin means your store relies on the Scuntra service, governed by: