Change #4189

Avatar?id=2607&size=50

BII-RIB: BII Credit Card Payment

Added by Rayvandy Gabbytian over 10 years ago. Updated almost 10 years ago.

Status:Closed - End of life cycleStart date:March 03, 2014
Priority:NormalDue date:March 03, 2014
Assignee:Avatar?id=2607&size=14Rayvandy Gabbytian % Done:

0%

Category:-Spent time:2.50 hours
Target version:-

Description

Email from Rudhi:

UAT M2U: pembayaran kartu kredit

Dear Gabby,

Barusan ada error pada saat uat M2U pembayaran kartu kredit BII, yang ternayta disebabkan karena M2U mengirimkan message request sbb:
Tolong dicek yang ditandai kuning ya, isian DE102_FromAccount harusnya gak pakai IDR melainkan kodefikasi BII (numeric)

<head>
<body xmlns:ns2="http://www.bankbii.com/eChannelService/">
<ChannelHeader>
<messageID>6053BB81-4F22-4B03-A721-94AED3AA6EBD</messageID>
<branchCode>270</branchCode>
<channelID>M2U</channelID>
<clientSupervisorID>0000</clientSupervisorID>
<clientUserID>0000</clientUserID>
<reference>M2U/123/2013</reference>
<sequenceno>8495</sequenceno>
<transactiondate>24-02-2014</transactiondate>
<transactiontime>21:59:43</transactiontime>
</ChannelHeader>
<sendMessageRequest>
<RoutingCode/>
<ISO8583Msg>
<ns2:DE000_MessageTypeIdentifier>0100</ns2:DE000_MessageTypeIdentifier>
<ns2:DE003_ProcessingCode>191000</ns2:DE003_ProcessingCode>
<ns2:DE004_AmountTransaction>9900</ns2:DE004_AmountTransaction>
<ns2:DE011_SystemTraceAuditNumber>013317</ns2:DE011_SystemTraceAuditNumber>
<ns2:DE012_LocalTimeTransaction>215943</ns2:DE012_LocalTimeTransaction>
<ns2:DE013_LocalDateTransaction>0224</ns2:DE013_LocalDateTransaction>
<ns2:DE022_POSEntryModeCode>018</ns2:DE022_POSEntryModeCode>
<ns2:DE032_AcquiringInstitutionID>001</ns2:DE032_AcquiringInstitutionID>
<ns2:DE037_RetrievalReferenceNumber>000000013317</ns2:DE037_RetrievalReferenceNumber>
<ns2:DE041_CardAcceptorTerminalID>11007</ns2:DE041_CardAcceptorTerminalID>
<ns2:DE042_CardAcceptorIdentificationCode>0:0:0:0:0:0:0:1</ns2:DE042_CardAcceptorIdentificationCode>
<ns2:DE043_CardAcceptorName_Location>ribuser1</ns2:DE043_CardAcceptorName_Location>
<ns2:DE046_AdditionalData>BII Credit Card Payment</ns2:DE046_AdditionalData>
<ns2:DE048_AdditionalData>3562850817</ns2:DE048_AdditionalData>
<ns2:DE049_CurrencyCodeTransaction>360</ns2:DE049_CurrencyCodeTransaction>
<ns2:DE098_Payee>3562850191305004</ns2:DE098_Payee>
<ns2:DE102_FromAccount>IDR1003000010</ns2:DE102_FromAccount>
</ISO8583Msg>
</sendMessageRequest>
</body>
</head>

Thank you & best regards,

Rudhi Wijanarko
e: | p: +6221 2922 8888 x28018 | m: +62 815 898 1111
Gd. Sentra Senayan 3, Lt3
Jl. Asia Afrika No 8 – Jakarta Selatan

History

#1 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian over 10 years ago

  • Status changed from New - Begin Life Cycle to Development / Work In Progress
  • % Done changed from 0 to 100

Already made the changes as follows:
1. De102 = fromAccountCurrencyCode + From Account No. E.g.: 016XXXXXXXXXXX, where X is from account no.,
2. De049 = 036. Because BII CC is always IDR.

Applied to:
1. BII CC Payment from Pay button shortcut in account and summary,
2. BII CC Payment from Bill Payment > BII CC Payment Menu.

esbRequestBean.setDe102FromAccount(fromAccountCurrencyCode.concat(fromAccount));
esbRequestBean.setDe049CurrencyCodeTransaction("360"); //2014-03-03: Rudhi: Payment of BII Credit Card always in IDR, so it is 360.

Changes in RIB:
1316:34602d089cca Change #4189 - BII-RIB - BII Credit Card Payment gabbytian 2014-03-03 16:21 De049 = "360" AND De102 = from account currency code. concat (fromaccount no)
/bii_rib/src/java/com/ib/enterprise/services/ib102_enquiry/account_details/IBAccountCreditPayResultServices.java
/bii_rib/src/java/com/ib/enterprise/services/ib105_billpayment/payment/BillPaymentUtils.java
/bii_rib/src/java/com/ib/enterprise/services/ib105_billpayment/special/IBSpecialBillPaymentResultsServices.java

#2 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian over 10 years ago

  • Status changed from Development / Work In Progress to System Integration Test
  • % Done changed from 100 to 0

Deployed to SIT already on 3rd March 2014.

#3 Updated by Tan Lee Yong almost 10 years ago

  • Status changed from System Integration Test to Closed - End of life cycle

Closed since it is too old without update

Also available in: Atom PDF