From 1a8e679146a1661f1b88dfa3b99c04390f339929 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:00:25 +0200 Subject: [PATCH] Update payment_notification.md --- src/guide/payment_notification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/payment_notification.md b/src/guide/payment_notification.md index d7af798..7e16de5 100644 --- a/src/guide/payment_notification.md +++ b/src/guide/payment_notification.md @@ -34,8 +34,8 @@ Once the NDS has received such request it will send a push notification to the c ### Step 2: Obtain a mobile push token Ensure that your mobile application is set up to receive push notifications and can generate a push token. This token uniquely identifies the device for push notifications. -* For iOS, use Apple Push Notification Service (APNs) to get the token. -* For Android, use Firebase Cloud Messaging (FCM) to obtain the token. +* For iOS, use [Apple Push Notification Service (APNs)](https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns) to get the token. +* For Android, use [Firebase Cloud Messaging (FCM)](https://firebase.google.com/docs/cloud-messaging/manage-tokens) to obtain the token. ### Step 3: Register a webhook Register the constructed URL with the Breez SDK By calling the register-payment-webook API as follows: