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