mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Update payment_notification.md
This commit is contained in:
@@ -105,7 +105,11 @@ 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).
|
You can use our [reference NDS implementation](https://github.com/breez/notify).
|
||||||
|
|
||||||
Our NDS implementation expects URLs in the following format:
|
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.
|
Once the NDS has received such request it will send a push notification to the corresponding devices.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user