Help Center Payments Payment Notifications

Payment Notifications

Merchant notifications

When a payment is confirmed, Brykto:

  • Shows a live Payment Successful status on the payment page (visible to the customer)
  • Sends you an email notification (if enabled in Settings)
  • Fires an order.paid webhook to your server (if configured)

Customer notifications

The payment page updates in real time when a payment is confirmed. The customer sees a confirmation screen without needing to refresh.

Optionally, the customer can enter their email on the confirmation screen to receive a receipt.

Email notifications

Email notifications are enabled by default. To toggle them, go to Settings and look for Email notifications.

Webhooks

Webhooks let you automate your backend when a payment is confirmed. When order.paid fires, your server receives the payment details including the transaction ID, amount, and currency.

See Webhooks in the Developer Docs for setup instructions.