The endpoint now returns a masked_card_number field containing the last four digits of the credit card associated with the reservation. The field reflects the currently selected card and updates if the payment method is changed.
Example response:
{
"code": "MC",
"masked_card_number": "9988",
"expiry_date": "2030-03"
}




