global/vn/remittance/internalfundxfer/1.0/Create

 avatar
user_3883750937
xml
3 years ago
5.7 kB
10
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>31071992</ns1:MessageId>
                                <ns1:MessageTimestamp>2022-09-27T16:26:39.056+07:00</ns1:MessageTimestamp>
                        </ns1:Common>
                        <ns1:Client>
                                <ns1:SourceAppID>DKTT</ns1:SourceAppID>
                        </ns1:Client>
                </ns1:Header>
                <ns0:BodyReqCreate>
                        <ns0:MsgCode>001</ns0:MsgCode>
                        <ns0:RefNo>31071992</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">20220927005</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">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:AcctFrom>
                        <ns0:AcctTo>
                                <ns1:AcctNo xmlns:ns1 = "http://www.bidv.com/global/common/account/1.0">  10000007091997</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">120000074299</ns1:AcctNo>
                        </ns0:DebitFeeAcct>
                        <ns0:Amt>
                                <ns0:Amt>100000</ns0:Amt>
                        </ns0:Amt>
                        <ns0:FeeInfo>
                                <ns0:AmtFee>0</ns0:AmtFee>
                        </ns0:FeeInfo>
                        <ns0:VATInfo>
                                <ns0:VATAmt>0</ns0:VATAmt>
                        </ns0:VATInfo>
                        <ns0:Remark>NTM 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>31071992</ns1:MessageId>
                                <ns1:MessageTimestamp>2022-09-27T16:26:39.056+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>2300</ns1:ErrorCode>
                                <ns1:ErrorDesc>TP en_US 2300  Single or Source Account Invalid</ns1:ErrorDesc>
                        </ns1:ErrorInfo>
                        <ns1:ErrorInfo>
                                <ns1:SourceAppID>Core</ns1:SourceAppID>
                                <ns1:ErrorCode>1259</ns1:ErrorCode>
                                <ns1:ErrorDesc>10000007091997|Invalid account 10000007091997</ns1:ErrorDesc>
                        </ns1:ErrorInfo>
                </ns1:ResponseStatus>
                <ns0:BodyResCreate>
                        <ns0:RefNo/>
                        <ns0:TrnSeq>20220927005</ns0:TrnSeq>
                        <ns0:TellerID>12009002</ns0:TellerID>
                        <ns0:PostingDt>220220</ns0:PostingDt>
                </ns0:BodyResCreate>
        </ns0:InternalFundXferRes>
</outputMessage>
Editor is loading...