Saber CreditVerificationRQ PNR中没有任何内容

时间:2018-10-09 20:11:14

标签: sabre

我正在尝试使用CreditVerificationRQ通过Saber获得信用卡授权。我收到带有授权号的成功回复,但PNR中什么都没出现。

<CreditVerificationRQ xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.2.0">
            <Credit AutoStore="true">
            <CC_Info>
            <PaymentCard AirlineCode="AC" Code="VI" ExpireDate="2021-04" Number="****************"/>
            </CC_Info>
            <ItinTotalFare>
            <TotalFare Amount="493.35" CurrencyCode="CAD"/>
            </ItinTotalFare>
            </Credit>
            </CreditVerificationRQ>

Response : 

[ApplicationResults] => Array
                        (
                            [0] => Array
                                (
                                    [status] => Complete
                                    [Success] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [timeStamp] => 2018-10-09T14:34:23-05:00
                                                )

                                        )

                                )

                        )

                    [Text] => OK TheAuthNumber VERIFY CARDHOLDER SIGNATURE AND EXPIRATION DATE

我正在使用AutoStore参数,该参数应该将某些内容存储到PNR中

"AutoStore" is used to auto store the manual approval code within the PNR.

0 个答案:

没有答案