A13 - DomesticCardInfo/1.1

 avatar
nguyen
xml
3 years ago
5.4 kB
9
Indexable
Request:

"<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns2:CardCreateReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com.vn/global/vn/card/domesticcard/domesticcardinfo/1.0">
            <Header>
                <Common>
                    <BusinessDomain>bidv.com.vn</BusinessDomain>
                    <ServiceVersion>1.1</ServiceVersion>
                    <MessageId>ACH9704180000030003370</MessageId>
                    <TransactionId>2313213123</TransactionId>
                    <RequestRefDate>2022-11-07T15:27:28.719+07:00</RequestRefDate>
                    <MessageTimestamp>2022-11-07T15:27:28.719+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>ACH</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyCardReqCreate>
                <ns2:CardNo>9704180000030003370</ns2:CardNo>
            </ns2:BodyCardReqCreate>
        </ns2:CardCreateReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>"

Actual result : 

"<ns0:CardCreateRes xmlns:ns0="http://www.bidv.com.vn/global/vn/card/domesticcard/domesticcardinfo/1.0">
    <ns1:Header xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
        <ns1:Common>
            <ns1:BusinessDomain>bidv.com.vn</ns1:BusinessDomain>
            <ns1:ServiceVersion>1.1</ns1:ServiceVersion>
            <ns1:MessageId>ACH9704180000030003370</ns1:MessageId>
            <ns1:TransactionId>2313213123</ns1:TransactionId>
            <ns1:RequestRefDate>2022-11-07T11:17:21.829+07:00</ns1:RequestRefDate>
            <ns1:MessageTimestamp>2022-11-07T11:17:21.829+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>ACH</ns1:SourceAppID>
        </ns1:Client>
    </ns1:Header>
    <ns1:ResponseStatus xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
        <ns1:Status>0</ns1:Status>
    </ns1:ResponseStatus>
    <ns0:BodyCardResCreate>
        <ns0:CIF>1038</ns0:CIF>
        <ns0:ElectronicAddr>
            <ns0:ElectAddType>1</ns0:ElectAddType>
            <ns0:ElectAdd>bradley@anotherexample.com</ns0:ElectAdd>
        </ns0:ElectronicAddr>
        <ns0:ElectronicAddr>
            <ns0:ElectAddType/>
            <ns0:ElectAdd/>
        </ns0:ElectronicAddr>
        <ns0:ElectronicAddr>
            <ns0:ElectAddType>MP</ns0:ElectAddType>
            <ns0:ElectAdd>+16877720552</ns0:ElectAdd>
        </ns0:ElectronicAddr>
        <ns0:CardNum>9704180000030003370</ns0:CardNum>
        <ns0:CardName>EMBOSS1111B</ns0:CardName>
        <ns0:CardPrimary>0</ns0:CardPrimary>
        <ns0:CardProductId>I021</ns0:CardProductId>
        <ns0:CardPrName>BIDV SMART - SALARY</ns0:CardPrName>
        <ns0:CardSts/>
        <ns0:CardBranch>120</ns0:CardBranch>
        <ns0:IssuedDate>
            <ns0:Day>27</ns0:Day>
            <ns0:Month>07</ns0:Month>
            <ns0:Year>2022</ns0:Year>
        </ns0:IssuedDate>
        <ns0:ExpiredDate>
            <ns0:Day>01</ns0:Day>
            <ns0:Month>09</ns0:Month>
            <ns0:Year>2022</ns0:Year>
        </ns0:ExpiredDate>
        <ns0:Logo>
            <ns0:Url/>
        </ns0:Logo>
        <ns0:Symbol>
            <ns0:Url/>
        </ns0:Symbol>
        <ns0:Color>
            <ns0:BackgroundColor/>
            <ns0:ForegroundColor/>
        </ns0:Color>
        <ns0:PinRetry>0</ns0:PinRetry>
        <ns0:Account>
            <ns0:AccNum>103871197381</ns0:AccNum>
            <ns0:AccTyp>20</ns0:AccTyp>
            <ns0:AccPr>N</ns0:AccPr>
            <ns0:AccSt/>
        </ns0:Account>
        <ns0:Account>
            <ns0:AccNum>102871197449</ns0:AccNum>
            <ns0:AccTyp>20</ns0:AccTyp>
            <ns0:AccPr>N</ns0:AccPr>
            <ns0:AccSt/>
        </ns0:Account>
        <ns0:Account>
            <ns0:AccNum>104871197447</ns0:AccNum>
            <ns0:AccTyp>20</ns0:AccTyp>
            <ns0:AccPr>N</ns0:AccPr>
            <ns0:AccSt/>
        </ns0:Account>
        <ns0:Account>
            <ns0:AccNum>104871197380</ns0:AccNum>
            <ns0:AccTyp>20</ns0:AccTyp>
            <ns0:AccPr>N</ns0:AccPr>
            <ns0:AccSt/>
        </ns0:Account>
        <ns0:Account>
            <ns0:AccNum>102871197409</ns0:AccNum>
            <ns0:AccTyp>20</ns0:AccTyp>
            <ns0:AccPr>Y</ns0:AccPr>
            <ns0:AccSt/>
        </ns0:Account>
        <ns0:Account>
            <ns0:AccNum>101071197733</ns0:AccNum>
            <ns0:AccTyp>20</ns0:AccTyp>
            <ns0:AccPr>N</ns0:AccPr>
            <ns0:AccSt/>
        </ns0:Account>
    </ns0:BodyCardResCreate>
</ns0:CardCreateRes>"
Editor is loading...