{
"success": true,
"status": 200,
"message": "<string>",
"data": {
"collectionId": "<string>",
"batch": "<string>",
"reference": "<string>",
"orderId": "<string>",
"amount": 123,
"fee": 123,
"netAmount": 123,
"currency": "<string>",
"status": "<string>",
"description": "<string>",
"payer": {
"clientId": "<string>",
"name": "<string>"
},
"refunds": {
"totalRefunded": 123,
"remainingRefundable": 123,
"count": 123
},
"metadata": {},
"callbackUrl": "<string>",
"webhookUrl": "<string>",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
},
"meta": {
"requestId": "req_abc123def456",
"timestamp": "2023-11-07T05:31:56Z"
}
}