From e78bb907b53ae9a1fbcd7cc040f9bfc40e22bc37 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:18:21 +0200 Subject: [PATCH] Update payment_notification.md --- src/guide/payment_notification.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/guide/payment_notification.md b/src/guide/payment_notification.md index c363d71..1a79e7e 100644 --- a/src/guide/payment_notification.md +++ b/src/guide/payment_notification.md @@ -105,8 +105,12 @@ You will need to run your own NDS because the NDS is configured to send push not You can use our [reference NDS implementation](https://github.com/breez/notify). Our NDS implementation expects URLs in the following format: -
https://your-nds-service.com/notify?platform=&token=[PUSH_TOKEN]
- +
+
+ https://your-nds-service.com/notify?platform=&token=[PUSH_TOKEN]
+
+
+ Once the NDS has received such request it will send a push notification to the corresponding devices. ### Step 2: Obtain a mobile push token