| XML Tag | Type | Required | Description | Constraints |
|---|---|---|---|---|
| OrgnlMsgId | String | + | Identifier of the original message from pain.001 | 1–35 characters, alphanumeric, may include hyphen (-) and underscore (_) |
curl --location --request GET 'https://api.freedompay.kz/v5/partner/settlement-partitions//batch-statuses'| Tag | Name | Description |
|---|---|---|
| GrpHdr | ||
| MsgId | Message ID | Unique message identifier |
| CreDtTm | Creation Date Time | Report creation date and time |
| OrgnlGrpInfAndSts | ||
| OrgnlMsgId | Original Message ID | Unique ID of the original request message (pain.001) |
| OrgnlMsgNmId | Original Message Name ID | Indicates the type of the original message (e.g., pain.001.001.14) |
| GrpSts | Group Status | Status of the batch (e.g., ACCP, RJCT, PART, PDNG) |
| OrgnlPmtInfAndSts | ||
| OrgnlPmtInfId | Original Payment Info ID | ID of the payment information section from pain.001 |
| TxInfAndSts/EndToEndId | End-to-End ID | Unique identifier of the individual payment instruction |
| TxInfAndSts/TxSts | Transaction Status | Payment processing status (e.g., ACCP, RJCT, PDNG) |
| TxInfAndSts/AcctSvcrRef | Account Servicer Reference | Internal identifier assigned by the servicing bank to the transaction |
{
"status": "success",
"error_code": 0,
"error_description": "",
"document_type": "iso20022",
"document_body": "
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n
<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.002.001.14\">\n
<CstmrPmtStsRpt>\n
<GrpHdr>\n
<MsgId>k221YIoYrWbIbAnP133a07B5wmpEcJSOQ6X</MsgId>\n
<CreDtTm>2025-11-05T10:40:24+00:00</CreDtTm>\n
</GrpHdr>\n
<OrgnlGrpInfAndSts>\n
<OrgnlMsgId>batch-payment-002</OrgnlMsgId>\n
<OrgnlMsgNmId>pain.001.001.14</OrgnlMsgNmId>\n
<GrpSts>PART</GrpSts>\n
</OrgnlGrpInfAndSts>\n
<OrgnlPmtInfAndSts>\n
<OrgnlPmtInfId>PMT-001</OrgnlPmtInfId>\n
<TxInfAndSts>\n
<OrgnlEndToEndId>EXT-493723559479911</OrgnlEndToEndId>\n
<OrgnlInstrId/>\n
<TxSts>PDNG</TxSts>\n
<AcctSvcrRef>176232737137</AcctSvcrRef>\n
</TxInfAndSts>\n
<TxInfAndSts>\n
<OrgnlEndToEndId>EXT-780273386982009</OrgnlEndToEndId>\n
<OrgnlInstrId/>\n
<TxSts>PDNG</TxSts>\n
<AcctSvcrRef>176232737138</AcctSvcrRef>\n
</TxInfAndSts>\n
<TxInfAndSts>\n
<OrgnlEndToEndId>EXT-872174653393565</OrgnlEndToEndId>\n
<OrgnlInstrId/>\n
<TxSts>PDNG</TxSts>\n
<AcctSvcrRef>176232737139</AcctSvcrRef>\n
</TxInfAndSts>\n
</OrgnlPmtInfAndSts>\n
</CstmrPmtStsRpt>\n
</Document>\n",
"dt": "2025-11-05T10:40:24+00:00"
}