error500s
PUT
{{baseUrl}}/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-gfit/v5/payments/:uetr/status' -H 'Content-Type: application/json' -d '{"from":"SWHQBEBBXXX","transaction_status":"ACCC","tracker_informing_party":"SWHQBEBBXXX","instruction_identification":"ABCRef","end_to_end_identification":"123Ref","service_level":"G004","payment_scenario":"FCTR","confirmed_date":"2021-12-17T09:30:47.000Z","confirmed_amount":{"currency":"EUR","amount":"1000.0"},"creditor":"GPIBUS33XXX","creditor_account":{"identification":"Acct125647"}}'