Logo
Swift API Sandbox Collections API Documentation

End to end identification search

POST {{baseurl}}/swift-apitracker-g4c/v7/payments/corporate

This API provides the status and the related transaction-level information regarding a specific outbound or inbound payment. Corporate customers must pass the BIC of their servicing bank.

This API allows for multiple combinations of search criteria. For example the UETR search should only supply the UETR. See the request examples for an illustration of the different varieties of searches that are supported. For each illustrative search there is a corresponding response example. Note that a search without a request body is invalid.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-bic
string The BIC of your account holding bank – must be provided by corporate customers, does not have to be provided by banks.
client
string (Required) The BIC of the bank or corporate customer calling the service.
Content-Type
string
Accept
string




RESPONSES

status



Curl
curl -X POST 'https://sandbox.swift.com/swift-apitracker-g4c/v7/payments/corporate' -H 'x-bic: abqvrzze' -H 'client: cclabeb0' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"end_to_end_identification":"payment123","service_level":"G007"}'

ENDPOINTS