Logo
Swift API Sandbox Collections API Documentation

Direct Debit Initiation Request

GET {{baseUrl}}/direct-debit-initiation-instruction/:uetr

Use this operation to retrieve a direct debit initiation instruction by ID (UETR).

 

Body PARAM

Key Datatype Required Description 



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-UserContext
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-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.
Accept
string




RESPONSES

status

Curl
curl -X GET 'https://sandbox.swift.com/swift-payment-initiation/v1/direct-debit-initiation-instruction/:uetr' -H 'X-Request-ID: <string>' -H 'X-UserContext: <string>' -H 'X-ServiceProvider: <string>' -H 'X-BIC: GEBABEBB' -H 'Accept: application/json'

ENDPOINTS