Skip Navigation

Resend Payment Confirmation

4.7.6 Resend Payment Confirmation

The PNR must be retrieved to be able to make a call. The request should include the hotel segment number. The system will request to re-send the payment confirmation using the Deployment ID associated with the hotel segment.

Example – UpdateReservationRS

      <ns8:ReservationUpdateList>
        <ns8:Locator>XFDGFY</ns8:Locator>
        <ns8:ReservationUpdateItem>
          <ns8:OpenReservationAction>
            <ns9:VirtualCardFaxAction lodgingId="17" op="SEND" deliveryType="FAX">
              <ns9:DeliveryAddress>+16826050354</ns9:DeliveryAddress>
            </ns9:VirtualCardFaxAction>
          </ns8:OpenReservationAction>
        </ns8:ReservationUpdateItem>
        <ns8:ReceivedFrom>
          <ns8:Name>RR</ns8:Name>
        </ns8:ReceivedFrom>
      </ns8:ReservationUpdateList>

         <stl19:OpenReservationElement>
              <or114:FormOfPayment migrated="false">
                <or114:VirtualCard>
                  <or114:CustomerAccountCode>VISAMULTI</or114:CustomerAccountCode>
                  <or114:Transactions>
                    <or114:Transaction faxStatus="Sent">
                      <or114:DeploymentId>10724395</or114:DeploymentId>
                    </or114:Transaction>
                  </or114:Transactions>
                </or114:VirtualCard>
              </or114:FormOfPayment>
            </stl19:OpenReservationElement>

Example - UpdateReservationRS

      <ns8:ReservationUpdateList>
        <ns8:Locator>XFDGFY</ns8:Locator>
        <ns8:ReservationUpdateItem>
          <ns8:OpenReservationAction>
            <ns9:VirtualCardFaxAction lodgingId="17" op="SEND" deliveryType="EMAIL">
              <ns9:DeliveryAddress>rafael.aronovich@sabre.com</ns9:DeliveryAddress>
            </ns9:VirtualCardFaxAction>
          </ns8:OpenReservationAction>
        </ns8:ReservationUpdateItem>
        <ns8:ReceivedFrom>
          <ns8:Name>RR</ns8:Name>
        </ns8:ReceivedFrom>
      </ns8:ReservationUpdateList>

        <stl19:OpenReservationElement>
              <or114:FormOfPayment migrated="false">
                <or114:VirtualCard>
                  <or114:CustomerAccountCode>VISAMULTI</or114:CustomerAccountCode>
                  <or114:Transactions>
                    <or114:Transaction>
                      <or114:DeploymentId>10724395</or114:DeploymentId>
                      <or114:FaxHistory>
                        <or114:DateTime>0001-01-01T00:00:00</or114:DateTime>
                        <or114:FaxStatus>Queued</or114:FaxStatus>
                        <or114:DeliveryAddress>+991234567890</or114:DeliveryAddress>
                      </or114:FaxHistory>
                      <or114:FaxHistory>
                        <or114:DateTime>0001-01-01T00:00:00</or114:DateTime>
                        <or114:FaxStatus>Queued</or114:FaxStatus>
                        <or114:DeliveryAddress>rafael.aronovich@sabre.com</or114:DeliveryAddress>
                      </or114:FaxHistory>
                    </or114:Transaction>
                  </or114:Transactions>
                </or114:VirtualCard>
              </or114:FormOfPayment>
            </stl19:OpenReservationElement>