Number of APIs: 6
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
GET {{baseUrl}}/payments/:uetr/transactions
This API is a payment query to get detailed information regarding a given payment. It requires the UETR to be known.
GET {{baseUrl}}/payments/:uetr/transactions
This API is a payment query to get detailed information regarding a given payment. It requires the UETR to be known.
GET {{baseUrl}}/payments/changed/transactions?next=cGFzcyB0aGlzIHZhbHVlIGluIHF1ZXJ5IHBhcmFtIGZvciBtb3JlIHZhbHVlcw==
This API is a delta query to get all payment update 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.
GET {{baseUrl}}/payments/changed/transactions?from_date_time=2020-04-26T06:26:02.750Z&to_date_time=2020-06-16T14:19:54.604Z&maximum_number=10&next=cGFzcyB0aGlzIHZhbHVlIGluIHF1ZXJ5IHBhcmFtIGZvciBtb3JlIHZhbHVlcw
This API is a delta query to get all payment update 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.
POST https://sandbox.swift.com/oauth2/v1/revoke
ENDPOINTS