Status Confirmations(if transaction_status =ACSP/G001-if charge_bearer is not SHAR)
PUT
{{baseUrl}}/swift-apitracker-low-value/v5/payments/:uetr/status
This API is a status confirmation update to inform the tracker about the updated status of a given payment
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PUT 'https://sandbox.swift.com/swift-apitracker-low-value/v5/payments/:uetr/status' -H 'Content-Type: application/json' -d '{"from":"SNFSUS33XXX","transaction_status":"ACSP","transaction_status_date":"2021-03-08T15:12:00.000Z","transaction_status_reason":"G001","tracker_informing_party":"SNFSUS33XXX","instruction_identification":"ABC123","service_level":"G009","payment_scenario":"CCTR","settlement_method":"CLRG","clearing_system":"EBA","instructed_agent":{"bicfi":"SNFSNL33XXX"},"charge_bearer":"DEBT","interbank_settlement_amount":{"amount":"100","currency":"EUR"}}'