curl --location -g --request PUT '/payments/{{$string.uuid}}' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction": "1535349fea5cca288b217d491838f836AA",
"amount": 100,
"initiator": "testuser",
"created_at": "22-05-2025 09:09:1747898315",
"completed": "22-05-2025 09:09:1747898330",
"hash": "d15acc14-02c3-4c9d-b047-c6b16befc302",
"t_data": {
"amount": 5.5,
"date": "2025-05-22 22:22:22",
"method": "ideal",
"issuer": "XYY910HH",
"bank": "ABN-NL"
},
"session_id": "14",
"parking_lot_id": "1"
}'{
"status": "Success",
"payment": {
"transaction": "1535349fea5cca288b217d491838f836AA",
"amount": 100,
"initiator": "testuser",
"created_at": "22-05-2025 09:09:1747898315",
"completed": "22-05-2025 09:09:1747898330",
"hash": "d15acc14-02c3-4c9d-b047-c6b16befc302",
"t_data": {
"amount": 5.5,
"date": "2025-05-22 22:22:22",
"method": "ideal",
"issuer": "XYY910HH",
"bank": "ABN-NL"
},
"session_id": "14",
"parking_lot_id": "1"
}
}