global/vn/remittance/internalfundxfer/1.0/Create

 avatar
user_3883750937
xml
2 years ago
3.4 kB
9
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>ntmtest005</ns1:MessageId>
				<ns1:MessageTimestamp>2022-09-30T15:48:24.728+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>20220903005</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">20220903005</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>
			</ns0:AcctFrom>
			<ns0:AcctTo>
				<ns1:AcctNo xmlns:ns1 = "http://www.bidv.com/global/common/account/1.0"> 245002001631</ns1:AcctNo>
			</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>100</ns0:Amt>
			</ns0:Amt>
			<ns0:FeeInfo>
				<ns0:AmtFee>0</ns0:AmtFee>
			</ns0:FeeInfo>
			<ns0:VATInfo>
				<ns0:VATAmt>0</ns0:VATAmt>
			</ns0:VATInfo>
			<ns0:Remark>ngoctm2 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>ntmtest005</ns1:MessageId>
				<ns1:MessageTimestamp>2022-09-30T15:48:24.728+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>20220903005</ns0:TrnSeq>
			<ns0:TellerID>12009002</ns0:TellerID>
			<ns0:PostingDt>250220</ns0:PostingDt>
		</ns0:BodyResCreate>
	</ns0:InternalFundXferRes>
</outputMessage>

Editor is loading...