{
"paymentId": "pay_1234567890abcdef",
"merchantReference": "PAYMENT-12345",
"amount": 12997,
"currency": "USD",
"status": "CAPTURED",
"goodsType": "MIXED",
"captureNow": true,
"source": {
"storeId": "store_abc123",
"initiatedBy": "CONSUMER"
},
"paymentMethod": {
"type": "CARD",
"card": {
"bin": "41111111",
"last4": "1111",
"holderName": "John Doe",
"expiryMonth": "12",
"expiryYear": "2030",
"brand": "VISA"
}
},
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z",
"transactions": [
{
"id": "SALE_pU2HnmS8AcpI",
"type": "SALE",
"amount": 12997,
"result": "SUCCEEDED",
"createdAt": "2024-01-15T10:30:00Z"
}
]
}