Logo
Swift API Sandbox Collections API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "payment_transaction_status_instruction_identification": { "instruction_identification": "2020090900000001" } }



Curl
curl -X PUT 'https://sandbox.swift.com/swift-tracker-low-value/v4/payments/:uetr/status' -H 'Content-Type: application/json' -d '{"from":"BANBUS33XXX","instruction_identification":"statusabc123","originator":"BANBUS33XXX","funds_available":"2020-12-02T10:00:00Z","transaction_status":"ACSP","transaction_status_reason":"G000","return":false,"forwarded_to_agent":"BANCUS33XXX","settlement_method":"INDA","clearing_system":"CAD","confirmed_amount":{"currency":"USD","amount":"9800.00"},"charge_amount":[{"currency":"USD","amount":"0.00"}],"charge_bearer":"SHAR"}'

ENDPOINTS