qr-subscription

Получение информации по подписке

Метод позволяет получить данные по ранее созданной подписки

get/sbp/v1/subscriptions/{subscriptionId}

Headers

Content-type:string required

application/json

Authorization:string required

secretKey

Response

OK

idstring required

Идентификатор подписки.

bankstring

Идентификатор банка в котором осуществленна подписка.

createDatestring required

Время формирования заявки

status'INACTIVE' | 'SUBSCRIBED' | 'UNSUBSCRIBED' required

Статус подписки

Changes

Changed in 1 of the 4 revisions of this API.222

  • c1be604342e8222See the full diff
    • added the new required header request parameter Authorization:

      new-required-request-parameter

    • added the new required header request parameter Content-type:

      new-required-request-parameter

    • deleted the header request parameter Authorization

      request-parameter-removed

    • deleted the path request parameter subscriptionId

      request-parameter-removed

    • api operation id getSubscriptionsInfo removed and replaced with get-sbp-v1-subscriptions-subscriptionId

      api-operation-id-removed

    • added the media type application/json for the response with the status

      response-media-type-added