Sales workflow

Shareable payment links

Silvatech services can create a reusable payment link or a one-time hosted checkout and share the URL in the channel where the customer is already communicating.

Plan this integration

Setup steps

  1. Create a fixed, preset, or customer-entered BZD payment link.
  2. Add the business name, description, amount rules, and expiry behavior.
  3. Share the URL through WhatsApp, email, an invoice, or a QR code.
  4. Check the payment status before delivering the order or service.
curl -X POST https://payments.silvatech.bz/api/payments/hosted-checkout \
+  -H 'Authorization: Bearer YOUR_TENANT_TOKEN' \
+  -H 'Content-Type: application/json' \
+  -d '{"donationId":"INV-2048","amount":"75.00","returnUrl":"https://example.bz/invoices/INV-2048"}'

FAQ

Is this WhatsApp Pay?

No. It is a standard web payment link that can be shared in a WhatsApp conversation.

Is the link limited to WhatsApp?

No. The same URL can be shared by email, invoice, QR code, SMS, or another channel.