Logo
Swift API Sandbox Collections API Documentation

Status Confirmation: Internal Server Error

PUT {{baseUrl}}/payments/:uetr/status

This API is a status confirmation update sent by PMIs on behalf of the sending/receiving PMI participant 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
Accept
string




RESPONSES

status OK





Curl
curl -X PUT 'https://sandbox.swift.com/swift-apitracker-pmi/v5/payments/:uetr/status' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"from":"PMIBICXXXXX","transaction_status":"ACCC","tracker_informing_party":{"bicfi":"ADCBAEAA"},"instruction_identification":"123","service_level":"G001","payment_scenario":"CCTR","confirmed_date":"2022-11-25T14:33:00.000Z","confirmed_amount":{"currency":"GBP","amount":"6545.56"}}'

ENDPOINTS