From 6fc0503ccf7c2ea320f9c049cc673723fe247669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:27:44 -0300 Subject: [PATCH 1/3] docs(navigation): add payment notification endpoints --- public/navigation.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/public/navigation.json b/public/navigation.json index d7fdc0660..5b42ad61d 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -8442,6 +8442,31 @@ "children": [] } ] + }, + { + "name": "Payment Notification", + "slug": "payments-gateway-api-payment-notification", + "type": "category", + "children": [ + { + "name": "Send payment notification with payment ID", + "slug": "payments-gateway-api", + "type": "openapi", + "method": "GET", + "origin": "", + "endpoint": "/api/payments/pvt/payments/-paymentId-/payment-notification", + "children": [] + }, + { + "name": "Send payment notification with payment ID, date, and value paid", + "slug": "payments-gateway-api", + "type": "openapi", + "method": "POST", + "origin": "", + "endpoint": "/api/payments/pvt/payments/-paymentId-/payment-notification", + "children": [] + } + ] } ] }, From c4ea48a044ec428ae567c381cc0dbca0dff896ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:32:21 -0300 Subject: [PATCH 2/3] docs(navigation): fix spacing --- public/navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/navigation.json b/public/navigation.json index 5b42ad61d..4f492312a 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -8443,7 +8443,7 @@ } ] }, - { + { "name": "Payment Notification", "slug": "payments-gateway-api-payment-notification", "type": "category", From 2fed8fdd035c7b39f74c0232910038178b8b164a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:09:43 -0300 Subject: [PATCH 3/3] docs(navigation): add payments release notes --- public/navigation.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/navigation.json b/public/navigation.json index 4f492312a..e68033fb5 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -14966,6 +14966,20 @@ "origin": "", "type": "category", "children": [ + { + "name": "February", + "slug": "february-2025", + "origin": "", + "type": "category", + "children": [ + { + "name": "Payments Gateway API: New permission required for approving payments", + "slug": "2025-03-10-payments-gateway-api-new-permission-required-for-approving-payments", + "origin": "", + "type": "markdown", + "children": [] + } + }, { "name": "January", "slug": "january-2025",