From 193f0b5800ad710f3b81e8814aea7b00d2ac799e Mon Sep 17 00:00:00 2001 From: "Vyacheslav N. Boyko" Date: Fri, 5 Aug 2022 13:27:51 +0300 Subject: [PATCH] notifications update --- async-api/site/index.html | 4 ++-- async-api/waas-async-api.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/async-api/site/index.html b/async-api/site/index.html index 82e1796..efffda9 100644 --- a/async-api/site/index.html +++ b/async-api/site/index.html @@ -13,7 +13,7 @@
Profee WAAS Notificatioins API 1.0

The following notifications will be sent to partner system. Please provide us with URLs which will be responsible in every notification.

-

Operations

  • PUB card/authorization

    Accepts the following message:

    <anonymous-message-1>

    WaaS partners receive notifications upon any attempt to make a card operation. +

    Operations

    • PUB card/authorization

      Accepts the following message:

      Card operation notification

      WaaS partners receive notifications upon any attempt to make a card operation. These notifications are supposed to inform the customer on the operation status and the remaining balance, or they can state the reason for denial. These notifications have to be sent by the partner. The partner may choose an appropriate way to convey this information, be it an SMS or a push notification. @@ -143,7 +143,7 @@ Our service provides the parameters of the message, but not the message itself, diff --git a/async-api/waas-async-api.yaml b/async-api/waas-async-api.yaml index 19a07e0..964b5b5 100644 --- a/async-api/waas-async-api.yaml +++ b/async-api/waas-async-api.yaml @@ -8,6 +8,7 @@ channels: publish: message: $ref: '#/components/messages/CardOperationNotificationDto' + name: Card operation notification description: | WaaS partners receive notifications upon any attempt to make a card operation. These notifications are supposed to inform the customer on the operation status and the remaining balance, or they can state the reason for denial.