Number of APIs: 19
The SWIFT Notification Service is a platform that allows clients to subscribe and receive notifications from a SWIFT application. The notifications inform the recipient when a payment transaction has a call to action that requires their attention. The clients can subscribe to the notification categories made available to them, which gives them access to the queue they need to listen on. The delivery channels that are available to make notifications accessible for consumption are - longpoll, email, and SMS. Contact Support:
Email: developer-support@swift.com
PUT {{baseUrl}}/subscriptions/{{subscription-id}}
POST https://sandbox.swift.com/oauth2/v1/revoke
PUT {{baseUrl}}/subscriptions/{{subscription-id}}-invalid
GET {{baseUrl}}/services/{{service-name}}-invalid/accessible-categories
GET {{baseUrl}}/services/{{service-name}}/accessible-categories
POST {{baseUrl}}/subscriptions
POST {{baseUrl}}/subscriptions
GET {{baseUrl}}/subscriptions/{{subscription-id}}/notifications?maxSize=10
GET {{baseUrl}}/subscriptions/{{subscription-id}}/notifications?maxSize=10
ENDPOINTS