Number of APIs: 13
Retrieve status and payment events from the tracker, and manage transaction cancellations. Contact Support:
Name: Standards & Developer Hub
Email: developer-support@swift.com
POST https://sandbox.swift.com/oauth2/v1/token
PUT {{baseUrlv6}}/payments/:uetr/cancellation
This API submits a payment stop and recall request via the tracker.
PUT {{baseUrlv6}}/payments/:uetr/cancellation/status
This API responds to a payment stop and recall request via the tracker.
GET {{baseUrlv6}}/payments/:uetr/cancellations
This API is a query to get detailed information regarding (a) Stop and Recall request(s) for a given payment. It requires the UETR to be known.
GET {{baseUrlv6}}/payments/:uetr/cancellations/parties
Get parties in a payment transaction and their case and/or stop and recall reachability status.
GET {{baseUrlv6}}/payments/changed/cancellations?from_date_time=2019-01-10T00:00:00.000Z&to_date_time=2019-04-11T23:59:59.000Z&maximum_number=50&next=1
This API is a delta query to get all updated payment cancellation information starting from a given date and time. This API allows synchronization of a local database with the tracker database. The fromdatetime, todatetime parameters must be passed with each request. Alternatively, for paginated responses, only the parameter next must be passed.
PUT {{baseUrlv6}}/payments/:uetr/cancellation
This API submits a payment stop and recall request via the tracker.
GET {{baseUrlv6}}/payments/:uetr/cancellations
This API is a query to get detailed information regarding (a) Stop and Recall request(s) for a given payment. It requires the UETR to be known.
PUT {{baseUrlv5}}/payments/:uetr/cancellation
This API informs the tracker about the cancellation of a given transaction
PUT {{baseUrlv5}}/payments/:uetr/cancellation
This API informs the tracker about the cancellation of a given transaction
PUT {{baseUrlv5}}/payments/:uetr/cancellation/status
This call informs the tracker about the updated status of a given payment
PUT {{baseUrlv5}}/payments/:uetr/cancellation/status
This call informs the tracker about the updated status of a given payment
POST https://sandbox.swift.com/oauth2/v1/revoke
ENDPOINTS