Logo
Swift API Sandbox Collections API Documentation

Retrieve transaction summary for an account.

GET {{baseUrl}}/swift-cash-management/v1/accounts/:account-identification/transaction-summary?from-date=9200-02-29&to-date=9200-02-29

The transaction summary endpoint provides the total net, debit and credit entries.

 

Body PARAM

Key Datatype Required Description 
from-date
string (Required) The start date for which summary information is requested. The result will be filtered on creation_date_time. Expressed in the YYYY-MM-DD format. The date cannot be in the future.
to-date
string The end date for which summary information is requested. The result will be filtered on creation_date_time. Expressed in the YYYY-MM-DD format. The date cannot be in the future.



HEADERS

Key Datatype Required Description 
X-Request-ID
string Specify an unique end to end tracking request ID. The element will be populated by the SWIFT API gateway
X-ServiceProvider
string Provides requester entitlement information to service provider. A JWT containing a claim representing the entitlements of the API consumer as defined at the SWIFT Identity Provider. This header is provided by the SWIFT API Gateway and is not required to be provided by the API consumer.
X-BIC
string (Required) Specify the BIC of the provider of the service. The identification will be used by the API Gateway to forward the request to service provider.




RESPONSES

Curl
curl -X GET 'https://sandbox.swift.com/swift-cash-management/v1/accounts/:account-identification/transaction-summary?from-date=9200-02-29&to-date=9200-02-29?from-date=9200-02-29&to-date=9200-02-29' -H 'X-Request-ID: commodo ut' -H 'X-ServiceProvider: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIiLCJuYW1lIjoiIiwiaWF0IjowfQ.u_kftAUkjiUZO-OhIyj24H7lOUk1wi9GUF-e14JmCtQ' -H 'X-BIC: DEUTDEFF'

ENDPOINTS