Update payment_notification.md

This commit is contained in:
Roy Sheinfeld
2023-12-17 15:18:21 +02:00
committed by GitHub
parent 7b9a66dd41
commit e78bb907b5

View File

@@ -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:
<section><i>https://your-nds-service.com/notify?platform=<ios|android>&token=[PUSH_TOKEN]</i></section>
<section>
<pre>
https://your-nds-service.com/notify?platform=<ios|android>&token=[PUSH_TOKEN]
</pre>
</section>
Once the NDS has received such request it will send a push notification to the corresponding devices.
### Step 2: Obtain a mobile push token