Payments webhooks
Payment webhooks will allow to track the status of the payments sent
Payment webhooks statuses
During the payment life-cycle, you'll receive the following status codes:
Payment webhook - Example response
Once the webhook is sent, a pacs.002 will be sent with the ISO20022 code included.
{
"entityId": "UATIT85503830GBPGBP_EMI_UK",
"sequenceNumber": 3,
"timestamp": "2024-06-26T07:12:30.581Z",
"type": "payment-status",
"payload": {
"isoDocumentVersion": "pacs.002.001.10",
"status": "ACCC",
"pacs002": {
"FIToFIPmtStsRpt": {
"GrpHdr": {
"MsgId": "PNXmhW3dmRkVCiiD0196523066363920384",
"CreDtTm": "2024-06-26T07:12:30.243Z"
},
"TxInfAndSts": [
{
"OrgnlGrpInf": {
"OrgnlMsgId": "UATIT56010404GBPGBP_EMI_UK",
"OrgnlMsgNmId": "pacs.008.001.08"
},
"OrgnlInstrId": "UATIT85503830GBPGBP_EMI_UK",
"OrgnlUETR": "af9e9f08-b5f4-447a-a1ff-a12dd2643d52",
"TxSts": "ACCC",
"InstgAgt": {
"FinInstnId": {
"BICFI": "PAGOGB20"
}
},
"InstdAgt": {
"FinInstnId": {
"BICFI": "PAGOGB20"
}
}
}
]
}
}
},
"subscriptionId": "105cde5d-3cc5-44f9-993e-33fe6d6d46d4"
}
Updated 6 months ago