Direct Debit Collection Notification Response Confirmation
Direct Debit Collection Notification Confirmation message is sent to client to confirm or reject Direct Debit Collection Notification Response message.
Message structure
Name
Value
Description
{
"GrpHdr.MsgId": "pain002_message_id",
"OrgnlGrpInfAndSts.OrgnlMsgId": "message_id_pain008",
"AcceptanceStatus": "OK",
"Messages": [
{
"OrgnlPmtInfId": "paymentId_1",
"Confirmed": true
},
{
"OrgnlPmtInfId": "paymentId_2",
"Confirmed": true
}
}
]
}{
"GrpHdr.MsgId": "pain002_message_id",
"OrgnlGrpInfAndSts.OrgnlMsgId": "message_id_pain008",
"AcceptanceStatus": "PARTIAL",
"Messages": [
{
"OrgnlPmtInfId": "paymentId_1",
"Confirmed": true
},
{
"OrgnlPmtInfId": "paymentId_2",
"Confirmed": false,
"ErrorInfo": {
"ErrorCode": "DIRECT_DEBIT_NOT_FOUND",
"ErrorDescription": "Direct Debit not found"
}
}
]
}Error codes
Error Code
Error Description
Comment
Last updated
Was this helpful?