Logo
Swift API Sandbox Collections API Documentation

Swift Go API

Number of APIs: 6


GPI service that manages the statuses of payment transactions

Contact Support: Name: Standards & Developer Hub Email: developer-support@swift.com


1. Authorization - Refresh Token

POST https://sandbox.swift.com/oauth2/v1/token



2. v5-Success Scenarios - Status Confirmations(if transaction_status =ACSP/G001-if charge_bearer is not SHAR)

PUT {{baseUrl}}/swift-apitracker-low-value/v5/payments/:uetr/status

This API is a status confirmation update to inform the tracker about the updated status of a given payment



3. v5-Error Scenarios - Status Confirmations(MandatoryFieldMissing)

PUT {{baseUrl}}/swift-apitracker-low-value/v5/payments/:uetr/status

This API is a status confirmation update to inform the tracker about the updated status of a given payment



4. v4-Success - Status confirmation update(if transaction_status is ACSP)

PUT {{baseUrl}}/swift-tracker-low-value/v4/payments/:uetr/status

This API is a status confirmation update to inform the tracker about the updated status of a given payment sent within the context of the SWIFT’s cross-border Low Value Payments initiative.



5. v4-Error - InvalidRequest(if body is null)

PUT {{baseUrl}}/swift-tracker-low-value/v4/payments/:uetr/status

This API is a status confirmation update to inform the tracker about the updated status of a given payment sent within the context of the SWIFT’s cross-border Low Value Payments initiative.



6. Teardown - Revoke Token

POST https://sandbox.swift.com/oauth2/v1/revoke



ENDPOINTS