Skip to main content
The no-code adapters are pre-built workflow steps you can drop into a visual automation builder. They expose the same gateway actions (create checkout, verify payment, list networks) as the REST API, but you wire them through a UI.

Available platforms

PlatformTypeNotesSource
Pabbly ConnectiPaaS workflow builderTriggers and actions for crypto paymentsno-code/pabbly
ActivepiecesOpen-source automation platformSame shape as Pabblyno-code/activepieces
GiveWPWordPress donation pluginCrypto-donation gatewayno-code/givewp
Gravity FormsWordPress form builderAdds a payment field that creates an AlgoVoi linkno-code/gravity-forms
X (Twitter) automationAuto-tweet on payment, share checkout linksPairs with the X botno-code/x

Pabbly Connect (live in the public app store)

AlgoVoi is published as a Pabbly Connect app. To use it:
  1. Log in at connect.pabbly.com.
  2. Create a workflow and search for AlgoVoi.
  3. Connect with an algv_… API key. The API base defaults to https://cloud.algovoi.co.uk.
  4. Leave Tenant ID and payout-address fields blank if you’re using the cloud-managed flow. The cloud gateway pulls those from the tenant attached to your API key.
Direct-API users can switch the API base to https://api1.ilovechicken.co.uk and fill in Tenant ID plus payout addresses explicitly.

Actions

  • Create payment link generates a hosted-checkout URL.
  • Verify payment checks on-chain status by token.
  • List networks returns all supported chains and assets.

Triggers

  • Payment confirmed fires an instant webhook when a payment settles on-chain.

Activepieces

Same shape as Pabbly Connect, but self-hosted under your own Activepieces instance. Use this if you don’t want to depend on a third-party SaaS workflow runner.

WordPress family

GiveWP and Gravity Forms are WordPress plugins. Install them through the normal WordPress admin, paste your AlgoVoi API key, and a “Pay with USDC” payment option appears in the donation form or form-builder field.

See also

  • Outbound webhooks for posting the same payment.confirmed event to your own backend
  • Chat bots for the conversational equivalent (Telegram, Discord, etc.)