taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d560d71a3582e2532d8c5f774db632126b13a0d9
parent e0092fd72a50a357b9a4af7906e975877f72db0b
Author: Bohdan Potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Wed, 10 Sep 2025 14:01:32 +0200

adding the reference from Merchant API webhooks, to more detailed merchant 2.11

Diffstat:
Mcore/api-merchant.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4731,7 +4731,8 @@ Webhooks -------- The webhook is a backend feature that is used to send a confirmation to the merchant. It can be send with a SMS, email or with another method. It will confirm that the -customer paid the merchant. It will show the date and the price the customer paid. +customer paid the merchant. It will show the date and the price the customer paid. For details on setup and supported event payloads, see the +`Merchant manual – Setting up a webhook <https://docs.taler.net/taler-merchant-manual.html#setting-up-a-webhook>`_.