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.

Request Params

KeyDatatypeRequiredDescription
from-datestring(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-datestringThe 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

KeyDatatypeRequiredDescription
X-Request-IDstringSpecify an unique end to end tracking request ID. The element will be populated by the SWIFT API gateway
X-ServiceProviderstringProvides 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-BICstring(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.