The confirmations endpoint is used to retrieve the equivalent of a payment transmission confirmation (PTC) document for a given payment ID. If the payment has not been released yet, the endpoint will return a 404 - Not Found
error.
{
"sender": string,
"paymentMessageType": string,
"trackingReferenceUETR": string,
"transmissionDateTime": string,
"instructionId": string
}
{
"sender": "Convera, LLC",
"paymentMessageType": "MT103",
"trackingReferenceUETR": "e3d779c8-0a89-421b-8b4f-8680a9476649",
"transmissionDateTime": "2022-07-11T14:53:15",
"instructionId": "1234/MP"
}