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.