ReservationGuaranteeAndDeposit

Structure

FieldTypeRequiredDescription
reservationGuaranteeCardReservationGuaranteeCardfalseGuarantee card to be added to the reservation.
depositReservationDepositfalseDeposit to be added to the reservation.

JSON representation

{
	"reservationGuaranteeCard": {
		"holderName": "JOAQUIN LORCA GARCIA",
		"expireDate": "2029-12-01",
		"effectiveDate": "2029-12-01",
		"number": "444433KIFOXD1111",
		"seriesCode": "xmiUKYQbRmqe94axruT1UneR",
		"cardType": {
			"id": 1,
			"code": "1",
			"name": "Credit"
		},
		"creditCardIssuerType": {
			"id": 15,
			"code": "VI",
			"name": "Visa"
		},
		"cardProviderSource": {
			"id": 3,
			"code": "STRIPE",
			"name": "Stripe"
		}
	},

	"reservationDeposit": {
		"productPayment": {
			"code": "PAYMENT"
		},
		"amount": 100,
		"productDeposit": {
			"code": "PAGO"
		},
		"chargeId": "ch_3MA9wDGjGBQ6ROtO0Rm9mtudss",
		"paymentIntentId": "pi_3MW0J6GjGBQ6ROtO1KI3NKTQ"
	}
}