Skip to main content
Developer documentation

Build with HelaMesh

Non-custodial crypto payments via API, hosted checkout, or embeddable SDK. Five minutes from signup to your first paid invoice โ€” no KYC, no custody, no lockup.

Non-custodial
Funds flow directly
HelaMesh never holds, touches, or controls your USDT. Payments land in your wallet. Period.
Multi-chain
TRC20 + BEP20
Accept USDT on TRON and BNB Smart Chain. Customers pick the network they already use.
Developer first
One curl away
No SDK required to integrate. One HTTP POST creates an invoice. The SDK is just a convenience.
create-invoice.sh
curl -X POST https://api.helamesh.com/v1/invoices \
  -H "x-api-key: hm_live_..." \
  -H "content-type: application/json" \
  -d '{ "amount": 25.00, "network": "BSC", "metadata": { "orderId": "1234" } }'

Returns a hosted checkout URL. Share it with your customer. Webhook fires when they pay. That's the whole integration.