Verify

 avatar
user_3883750937
xml
2 years ago
5.6 kB
6
Indexable
request: 
<?xml version = ""1.0"" encoding = ""UTF-8""?>
<inputMessage>
        <ns0:InternalFundXferReq xmlns:ns0 = ""http://www.bidv.com/entity/vn/remittance/internalfundxfer/create/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.0</ns1:ServiceVersion>
                                <ns1:MessageId>ACB123456</ns1:MessageId>
                                <ns1:MessageTimestamp>2022-09-21T17:18:36.568+07:00</ns1:MessageTimestamp>
                        </ns1:Common>
                        <ns1:Client>
                                <ns1:SourceAppID>DKTT</ns1:SourceAppID>
                        </ns1:Client>
                </ns1:Header>
                <ns0:BodyReqCreate>
                        <ns0:MsgCode>013</ns0:MsgCode>
                        <ns0:RefNo>RMX1234564879</ns0:RefNo>
                        <ns0:BaseXfer>
                                <ns1:TellerId xmlns:ns1 = ""http://www.bidv.com/global/common/bank/1.0"">12009002</ns1:TellerId>
                                <ns1:Seq xmlns:ns1 = ""http://www.bidv.com/global/common/bank/1.0"">20222109006</ns1:Seq>
                                <ns1:SupervisorId xmlns:ns1 = ""http://www.bidv.com/global/common/bank/1.0"">12009002</ns1:SupervisorId>
                                <ns1:SvrBranch xmlns:ns1 = ""http://www.bidv.com/global/common/bank/1.0"">0</ns1:SvrBranch>
                        </ns0:BaseXfer>
                        <ns0:AcctFrom>
                                <ns1:AcctNo xmlns:ns1 = ""http://www.bidv.com/global/common/account/1.0"">121000074100</ns1:AcctNo>
                                <ns1:AcctType xmlns:ns1 = ""http://www.bidv.com/global/common/account/1.0"">CA</ns1:AcctType>
                        </ns0:AcctFrom>
                        <ns0:AcctTo>
                                <ns1:AcctNo xmlns:ns1 = ""http://www.bidv.com/global/common/account/1.0"">120000074299</ns1:AcctNo>
                                <ns1:AcctType xmlns:ns1 = ""http://www.bidv.com/global/common/account/1.0"">CA</ns1:AcctType>
                                <ns1:BranchNo xmlns:ns1 = ""http://www.bidv.com/global/common/account/1.0"">0</ns1:BranchNo>
                        </ns0:AcctTo>
                        <ns0:DebitFeeAcct>
                                <ns1:AcctNo xmlns:ns1 = ""http://www.bidv.com/global/common/account/1.0"">121000074100</ns1:AcctNo>
                        </ns0:DebitFeeAcct>
                        <ns0:Amt>
                                <ns0:Amt>100</ns0:Amt>
                        </ns0:Amt>
                        <ns0:FeeInfo>
                                <ns0:AmtFee>500</ns0:AmtFee>
                                <ns0:CurCode>VND</ns0:CurCode>
                        </ns0:FeeInfo>
                        <ns0:VATInfo>
                                <ns0:VATAmt>0</ns0:VATAmt>
                                <ns0:VATCode>VND</ns0:VATCode>
                        </ns0:VATInfo>
                        <ns0:Remark>KIENPX TEST</ns0:Remark>
                </ns0:BodyReqCreate>
        </ns0:InternalFundXferReq>
</inputMessage>


Response:
<?xml version = ""1.0"" encoding = ""UTF-8""?>
<outputMessage>
        <ns0:InternalFundXferRes xmlns:SOAP-ENV = ""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:ns0 = ""http://www.bidv.com/entity/vn/remittance/internalfundxfer/create/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.0</ns1:ServiceVersion>
                                <ns1:MessageId>ACB123456</ns1:MessageId>
                                <ns1:MessageTimestamp>2022-09-21T17:18:36.568+07:00</ns1:MessageTimestamp>
                        </ns1:Common>
                        <ns1:Client>
                                <ns1:SourceAppID>DKTT</ns1:SourceAppID>
                        </ns1:Client>
                </ns1:Header>
                <ns1:ResponseStatus xmlns:ns1 = ""http://www.bidv.com/common/envelope/commonheader/1.0"">
                        <ns1:Status>1</ns1:Status>
                        <ns1:GlobalErrorCode>400</ns1:GlobalErrorCode>
                        <ns1:GlobalErrorDescription>Error in Backend</ns1:GlobalErrorDescription>
                        <ns1:ErrorInfo>
                                <ns1:SourceAppID>IFX</ns1:SourceAppID>
                                <ns1:ErrorCode>2480</ns1:ErrorCode>
                                <ns1:ErrorDesc>Branch ID Missing</ns1:ErrorDesc>
                        </ns1:ErrorInfo>
                        <ns1:ErrorInfo>
                                <ns1:SourceAppID>Core</ns1:SourceAppID>
                                <ns1:ErrorCode>6654</ns1:ErrorCode>
                                <ns1:ErrorDesc>Branch code not defined</ns1:ErrorDesc>
                        </ns1:ErrorInfo>
                </ns1:ResponseStatus>
                <ns0:BodyResCreate>
                        <ns0:RefNo/>
                        <ns0:TrnSeq>20222109006</ns0:TrnSeq>
                        <ns0:TellerID>12009002</ns0:TellerID>
                        <ns0:PostingDt>220220</ns0:PostingDt>
                </ns0:BodyResCreate>
        </ns0:InternalFundXferRes>
</outputMessage>
Editor is loading...