You are on page 1of 46

National Payment

Message Specification
XML

PT Citra Multi Services


Release Date Author Description
1.0.0 September 2014 CMS Spesifikasi awal
1.1.0 January 2015 CMS Penambahan produk KAI
1.2.0 Mei 2015 CMS Penambahan produk Hotel
1.3.0 Agustus 2015 CMS Penambahan produk Travel
1.3.1 Januari 2016 CMS Penambahan jam berangkat dan jam tiba 
Booking (KAI)

Distibuted to Erinet – Page 2 of 46

PT Citra Multi Services


Do not copy without written permission
Distibuted to Erinet – Page 3 of 46

PT Citra Multi Services


Do not copy without written permission
Daftar Isi

Daftar Isi ........................................................................................................................................................ 4


Format Message............................................................................................................................................ 5
Charge Purchase ........................................................................................................................................... 5
Payment ........................................................................................................................................................ 7
Ticketing KAI................................................................................................................................................ 10
Ticketing Air Line ......................................................................................................................................... 25
Hotel............................................................................................................................................................ 28
Travel .......................................................................................................................................................... 33

Distibuted to Erinet – Page 4 of 46

PT Citra Multi Services


Do not copy without written permission
Format Message

Message Content
- Procode (processing code)
Code Desc
170000 Purchase Transaction
180000 Payment Transaction
380000 Inquiry Transaction

- Merchant Type
Merchant Type Desc
7011 Point Of Sales
7015 Mobile Transaction

Charge Purchase
Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request < procode >170000</ procode >
<amount>10200</amount>
< transdate>1216160510</ transdate>
< stan>123456</reqid>
<merchanttype>7015</ merchanttype >
<cacode>000001</cacode>
<officecode>000001</officecode>
<productcode>XL10</ productcode>
<msisdn>08121190101</ msisdn>
<countertrx>1</countertrx>
< userid >psw</ userid >
< messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</ messagehash >
</request>

Distibuted to Erinet – Page 5 of 46

PT Citra Multi Services


Do not copy without written permission
Body
Response <response>
<rc>00</rc>
<procode>170000</procode>
<amount>10200</amount>
< transdate>1216160510</ transdate>
< stan>123456</reqid>
<merchanttype>7015</ merchanttype >
<cacode>000001</cacode>
<officecode>000001</officecode>
<productcode>XL10</ productcode>
<msisdn>08121190101</ msisdn>
< userid >psw</ userid >
<countertrx>1</countertrx>
< messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</messagehash >
<trxid>123456787654356< /trxid>
<reffbiller>1233333334</reffbiller>
<receipt></receipt>
</ response>

Tag Description:
Tag Max Length Description
procode N(6) Product code
amount N(12) Nilai transaksi penjualan
transdate N(10) Tanggal dan waktu transaksi MMDDhhmmss
stan N(6) System trace audit number
merchanttype N(4) Merchant type/jenis kanal transaksi
cacode N(6) Kode collecting agent
officecode N(6) Kode cabang collecting agent
productcode N(7) Kode produk
msisdn AN(20) No handphone
userid AN(20) User Id (left justified, padded with spaces)
countertrx N(2) Counter transaksi (default 01)
messagehash AN(40) Signature transaksi :
SHA1(productcode
Msisdn
Countertrx
User Id (left justified, padded with spaces)
MD5(password) (an40, left justified, padded with spaces))
rc AN(2) Response code
trxid AN(20) Kode reference kopnus
reffbiller AN(32) Kode reference biller
receipt An(2000) Resi transaksi atau keterangan transaksi gagal

Distibuted to Erinet – Page 6 of 46

PT Citra Multi Services


Do not copy without written permission
Payment
 Inquiry

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request < procode>180000</procode>
<amount>0</amount>
< transdate>1216160510</ transdate>
< stan>123456</stan>
<merchanttype>7011</ merchanttype >
<cacode>000001</cacode>
<officecode>000001</officecode>
<productcode>1001000</ productcode>
<custid>5432322200</ custid>
<alternateid>< alternateid >
< userid >ca1</ userid >
</request>
Body
Response <response>
<rc>00</rc>
< procode >180000</ procode >
<amount>10200</amount>
< transdate>2013-12-16 16:05:10</ transdate>
< stan>123456</reqid>
<merchanttype>7011</ merchanttype >
<cacode>000001</cacode>
<officecode>000001</officecode>
<productcode>XL10</ productcode>
<custid>08121190101</ custid>
<alternateid>< alternateid >
< userid >psw</ userid >
<trxid>123456787654356< /trxid>
<reffbiller>1233333334</reffbiller>
<trxtype>< /trxtype >
<name></ name >
<billamount>< /billamount >
<numoftrx>< /numoftrx >
<admcost>< /admcost >
<screen></screen>
</ response>

Distibuted to Erinet – Page 7 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description :
Tag Max Length Description
procode N(6) Product code
amount N(12) Nilai transaksi penjualan
transdate N(10) Tanggal dan waktu transaksi MMDDhhmmss
stan N(6) System trace audit number
merchanttype N(4) Merchant type/jenis kanal transaksi
cacode N(6) Kode collecting agent
officecode N(6) Kode cabang collecting agent
productcode N(7) Kode produk
custid AN(20) Id Pelanggan / customer id
alternateid AN(20) Alternatif id, ex PLN Prepaid  No meter
userid AN(20) User Id (left justified, padded with spaces)
rc AN(2) Response code
trxid AN(20) Kode reference kopnus
reffbiller AN(32) Kode reference biller
trxtype AN(1) Tipe Transaksi 0 = Fix, 1 = Open payment
name AN(30) Nama pelanggan
billamount N(12) Nilai tagihan
numoftrx N(2) Jumlah lembar transaksi
admcost N(10) Biaya admin
screen An(2000) Screen transaksi atau keterangan transaksi gagal

 Payment

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 8 of 46

PT Citra Multi Services


Do not copy without written permission
Body <request>
Request < procode >380000</ procode >
<amount>10200</amount>
< transdate>2013-12-16 16:05:10</ transdate>
< stan>123456</reqid>
<merchanttype>7011</ merchanttype >
<cacode>000001</cacode>
<officecode>000001</officecode>
<productcode>XL10</ productcode>
<custid>08121190101</ custid>
<alternateid>< alternateid >
< userid >psw</ userid >
<trxid>123456787654356< /trxid>
<reffbiller>1233333334</reffbiller>
<trxtype>< trxtype >
<nama>< nama >
<billamount>< billamount >
<numoftrx>< numoftrx >
<admcost>< admcost >
< messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</ messagehash >
</request>
Body
Response <response>
<rc>00</rc
< procode >380000</ procode >
<amount>10200</amount>
< transdate>2013-12-16 16:05:10</ transdate>
< stan>123456</reqid>
<merchanttype>7011</ merchanttype >
<cacode>000001</cacode>
<officecode>000001</officecode>
<productcode>XL10</ productcode>
<custid>08121190101</ custid>
<alternateid>< alternateid >
< userid >psw</ userid >
<trxid>123456787654356< /trxid>
<reffbiller>1233333334</reffbiller>
<trxtype>< trxtype >
<nama>< nama >
<billamount>< billamount >
<numoftrx>< numoftrx >
<admcost>< admcost >
< messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</ messagehash >
<receipt></receipt>
</ response>

Distibuted to Erinet – Page 9 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description :
Tag Max Length Description
procode N(6) Product code
amount N(12) Nilai transaksi penjualan
transdate N(10) Tanggal dan waktu transaksi MMDDhhmmss
stan N(6) System trace audit number
merchanttype N(4) Merchant type/jenis kanal transaksi
cacode N(6) Kode collecting agent
officecode N(6) Kode cabang collecting agent
productcode N(7) Kode produk
custid AN(20) Id Pelanggan / customer id
alternateid AN(20) Alternatif id, ex PLN Prepaid  No meter
userid AN(20) User Id (left justified, padded with spaces)
rc AN(2) Response code
trxid AN(20) Kode reference kopnus
reffbiller AN(32) Kode reference biller
trxtype AN(1) Tipe Transaksi 0 = Fix, 1 = Open payment
name AN(30) Nama pelanggan
billamount N(12) Nilai tagihan
numoftrx N(2) Jumlah lembar transaksi
admcost N(10) Biaya admin
messagehash AN(40) Signature transaksi :
SHA1(productcode
Custid
Alternateid
Name
Billamount
Admcost
Trxid
Reffbiller
User Id (no padded)
MD5(password) (no padded))
receipt An(2000) Resi transaksi atau keterangan transaksi gagal

Ticketing KAI
 Get Schedule

Method POST
Additional HTTP Header Format
HTTP Header
Distibuted to Erinet – Page 10 of 46

PT Citra Multi Services


Do not copy without written permission
Body <request>
Request < procode >360000</ procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
< departdate>20141029</ departdate >
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >360000</ procode >
< stan>123456</stan>
<productcode>5005000</ productcode>
<origin_code>GMR </ origin_code >
< dest_code>BD </ dest_code >
< depart_date>20141029</ depart_date >
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
<trxid> 20141030001000009368</trxid>
<dataschedule>
<trainno>SQV2</ trainno>
<trainname>ARGO LAWU</trainname>
<depdate>20141030</depdate>
<arvdate>20141031</arvdate>
<deptime>1300</deptime>
<arvtime>1900<arvtime>
<datasubclass>
<subclass>A,E,100000,avb</subclass> *
<subclass> B,E,120000,avb</subclass>
</datasubclass>
</dataschedule>
</ response>

* subclass, class, adultfare ,avb

Tag Description Request :


Tag Max Length Description
procode
stan

Distibuted to Erinet – Page 11 of 46

PT Citra Multi Services


Do not copy without written permission
productcode
origincode
destcode
departdate
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc
procode
stan
productcode
origin_code
dest_code
depart_date
userid
terminaldate
cacode
messagehash
trxid
dataschedule
trainno
trainname
depdate
arvdate
deptime
arvtime
datasubclass

 Fare

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 12 of 46

PT Citra Multi Services


Do not copy without written permission
Body <request>
Request < procode >361000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
< departdate>20141029</ departdate >
<trxid> 20141030001000009368</trxid>
<trainno> SQV2< /trainno >
<class>E</class>
<sublass>A</subclass>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >361000</ procode >
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
< departdate>20141029</ departdate >
<trxid> 20141030001000009368</trxid>
<trainno> SQV2< /trainno >
<class>E</class>
<sublass>A</subclass>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
<avaibility>50</ avaibility >
<adultfare>100000</ adultfare >
<childfare>85000</ childfare >
<infantfare>1000</ infantfare >
</ response>

Tag Description Request :


Tag Max Length Description
procode
stan
productcode
origincode

Distibuted to Erinet – Page 13 of 46

PT Citra Multi Services


Do not copy without written permission
destcode
departdate
trxid
trainno
class
sublass
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc
procode
stan
productcode
origincode
destcode
departdate
trxid
trainno
class
sublass
userid
terminaldate
cacode
messagehash
avaibility
adultfare
childfare
infantfare

 Booking

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 14 of 46

PT Citra Multi Services


Do not copy without written permission
Body <request>
Request < procode >363000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
<originname>GAMBIR</originname>
<destname>BANDUNG</destname>
< departdate>20141029</ departdate >
<trxid> 20141030001000009368</trxid>
<trainno> SQV2< /trainno >
<trainname>ARGO PARAHYANGAN</trainname>
<class>E</class>
<sublass>A</subclass>
<depdate></depdate>
<arvdate></arvdate>
<deptime></deptime>
<arvtime></arvtime>
<paxadult></ paxadult >
<paxchild></ paxchild >
<paxinfant></ paxinfant >
<caller></caller>
<paxdata>
<data>
<name></name>
<birthdate></ birthdate >
<mobile></mobile>
<idno></ idno >
<typepax>< /typepax >
</ data>
</paxdata>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<deptime>1700</deptime>
<arvtime>0200</arvtime>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</ messagehash >
</request>

Distibuted to Erinet – Page 15 of 46

PT Citra Multi Services


Do not copy without written permission
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >363000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
< departdate>20141029</ departdate >
<trxid> 20141030001000009368</trxid>
<trainno> SQV2< /trainno >
<class>E</class>
<sublass>A</subclass>
<paxadult></ paxadult >
<paxchild></ paxchild >
<paxinfant></ paxinfant >
<caller></caller>
<paxdata>
<data>
<name></name>
<birthdate></ birthdate >
<mobile></mobile>
<idno></ idno >
<typepax>< /typepax >
</ data>
</paxdata>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<deptime>1700</deptime>
<arvtime>0200</arvtime>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</ messagehash >
<bookcode></bookcode>
<numcode></numcode>
<admin></admin>
<amount></amount>
<discount></discount>
<dataseat>
<seat>
<wagoncode></wagoncode>
<wagonno></wagonno>
<seatrow></seatrow>
<seatcol></seatcol>
</seat>

</dataseat>
</ response>

Distibuted to Erinet – Page 16 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description Request :
Tag Max Length Description
procode
stan
productcode
origincode
destcode
departdate
trxid
trainno
class
sublass
paxadult
paxchild
paxinfant
caller
paxdata
dataadult
name
mobile
idno
typepax 0 = adult
1 = child
2 = infant
dataadult
datachild
name
birthdate
datachild
datainfant
name
birthdate
datainfant
paxdata
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc

Distibuted to Erinet – Page 17 of 46

PT Citra Multi Services


Do not copy without written permission
procode
stan
productcode
origincode
destcode
departdate
trxid
trainno
class
sublass
paxadult
paxchild
paxinfant
caller
paxdata
dataadult
name
birthdate
mobile
idno
dataadult
datachild
name
birthdate
datachild
datainfant
name
birthdate
datainfant
paxdata
userid
terminaldate
cacode
messagehash
bookcode
numcode
admin
amount
discount
dataseat
seat
wagoncode
wagonno

Distibuted to Erinet – Page 18 of 46

PT Citra Multi Services


Do not copy without written permission
seatrow
seatcol
dataseat

 Payment

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request < procode >160000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
< trxid > </ trxid >
<bookcode></bookcode>
<paytype></ paytype >
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >160000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
< trxid > </ trxid >
<bookcode></bookcode>
<paytype></ paytype >
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
<screen></screen>
</ response>

Tag Description Request :


Tag Max Length Description
procode
stan
productcode
trxid
bookcode
Distibuted to Erinet – Page 19 of 46

PT Citra Multi Services


Do not copy without written permission
paytype
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc
procode
stan
productcode
trxid
bookcode
paytype
userid
terminaldate
cacode
messagehash
screen

 Cancel Booking

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request < procode >364000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<trxid> 20141030001000009368</trxid>
<bookcode></bookcode>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>

Distibuted to Erinet – Page 20 of 46

PT Citra Multi Services


Do not copy without written permission
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >364000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<trxid> 20141030001000009368</trxid>
<bookcode></bookcode>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</ response>

Tag Description Request :


Tag Max Length Description
procode
stan
productcode
trxid
bookcode
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc
procode
stan
productcode
trxid
bookcode
userid
terminaldate
cacode
messagehash

 Get Seat Map


Distibuted to Erinet – Page 21 of 46

PT Citra Multi Services


Do not copy without written permission
Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request < procode >367000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
< departdate>20141029</ departdate >
<trainno> SQV2< /trainno >
<sublass>A</subclass>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >367000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<origincode>GMR </ origincode >
< destcode>BD </ destcode >
< departdate>20141029</ departdate >
<trainno> SQV2< /trainno >
<sublass>A</subclass>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
<dataseat>
<datawagon>
<wagoncode></wagoncode>
<wagonno></wagonno>
<seatavail>
<seat>1,A,0</seat> seatrow, seatcolumn, status
</seatavail>
</datawagon>

</dataseat>

</ response>

Distibuted to Erinet – Page 22 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description Request :
Tag Max Length Description
procode
stan
productcode
origincode
destcode
departdate
trainno
sublass
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc
procode
stan
productcode
origincode
destcode
departdate
trainno
sublass
userid
terminaldate
cacode
messagehash
dataseat
datawagon
wagoncode
wagonno
seat
dataseat

 Update Seat

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 23 of 46

PT Citra Multi Services


Do not copy without written permission
Body <request>
Request < procode >368000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<bookcode></bookcode>
<wagoncode></wagoncode>
<wagonno></wagonno>
<seat></seat>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >368000</procode>
< stan>123456</stan>
<productcode>5005000</ productcode>
<bookcode></bookcode>
<wagoncode></wagoncode>
<wagonno></wagonno>
<seat></seat>
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</ response>

Tag Description Request :


Tag Max Length Description
procode
stan
productcode
bookcode
wagoncode
wagonno
seat
userid
terminaldate
cacode
messagehash

Distibuted to Erinet – Page 24 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description Response :
Tag Description
rc
desc
procode
stan
productcode
bookcode
wagoncode
wagonno
seat
userid
terminaldate
cacode
messagehash

Ticketing Air Line


 Get Schedule

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request < procode >360000</ procode>
< stan>123456</stan>
<productcodedepart>5015001</ productcodedepart >
<productcodereturn>5015002</ productcodereturn >
<origincode>CGK </ origincode >
< destcode>DPS </ destcode >
< departdate>20141029</ departdate>
<returndate>20141102</returndate>
<paxadult>2</ paxadult >
<paxchild>1</ paxchild >
<paxinfant>0</ paxinfant >
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >
</request>

Distibuted to Erinet – Page 25 of 46

PT Citra Multi Services


Do not copy without written permission
Body
Response <response>
<rc>00</rc>
<desc>transaksi berhasil</desc>
< procode >360000</ procode>
< stan>123456</stan>
<productcodedepart>5015001</ productcodedepart >
<productcodereturn>5015002</ productcodereturn >
<origincode>CGK </ origincode >
< destcode>DPS </ destcode >
< departdate>20141029</ departdate>
<returndate>20141102</returndate>
<paxadult>2</ paxadult >
<paxchild>1</ paxchild >
<paxinfant>0</ paxinfant >
< userid >psw</ userid >
< terminaldate >2013-12-16 16:05:10</ terminaldate >
<cacode>000001</cacode>
<messagehash > f5fb4b0b805cc35106f4749912bb233e0de060db</
messagehash >

<trxid> 20141030001000009368</trxid>
<dataschedule>
<trainno>SQV2</ trainno>
<trainname>ARGO LAWU</trainname>
<depdate>20141030</depdate>
<arvdate>20141031</arvdate>
<deptime>1300</deptime>
<arvtime>1900<arvtime>
<datasubclass>
<subclass>A,E,100000</subclass> *
<subclass> B,E,120000</subclass>
</datasubclass>
</dataschedule>
</ response>

* subclass, class, adultfare

Tag Description Request :


Tag Max Length Description
procode
stan
productcodedepart
productcodereturn
origincode
destcode
departdate
returndate

Distibuted to Erinet – Page 26 of 46

PT Citra Multi Services


Do not copy without written permission
paxadult
paxchild
paxinfant
userid
terminaldate
cacode
messagehash

Tag Description Response :


Tag Description
rc
desc
procode
stan
productcodedepart
productcodereturn
origincode
destcode
departdate
returndate
paxadult
paxchild
paxinfant
userid
terminaldate
cacode
messagehash
trxid
dataschedule
trainno
trainname
depdate
arvdate
deptime
arvtime
datasubclass
subclass

 Fare
 Booking
 Payment
 Cancel
 Retrieve
Distibuted to Erinet – Page 27 of 46

PT Citra Multi Services


Do not copy without written permission
Hotel
 Search Hotel

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request <procode>360000</procode>
<stan>123456</stan>
<productcode>5035008</productcode>
<destcountry>MA05110065</destcountry>
<destcity>MA05110755</destcity>
<hotelid>WSMA0201063172</hotelid>
<roomtype>1</roomtype> 1=single, 2=double/twin, 3=triple, 4=quad
<checkin>2015-08-01</checkin>
<checkout>2015-08-04</checkout>
<userid>PSW</userid>
<terminaldate>2015-07-31 14:2:20</terminaldate>
<cacode>000001</cacode>
<messagehash>53e9082c7c59a2df78a753b1f62ca8fd4b3db1bc</messagehash>
</request>

Distibuted to Erinet – Page 28 of 46

PT Citra Multi Services


Do not copy without written permission
Body <response>
Response <rc>00</rc>
<desc>Sukses</desc>
<hotel>
<hotelid>WSMA0201063172</hotelid>
<avail>True</avail>
<hotelname>Alpine</hotelname>
<checkin>2015-08-01</checkin>
<checkout>2015-08-04</checkout>
<rating>0</rating>
<room>
<roomcode>WSMA05110035</roomcode>
<roomname>SUPERIOR</roomname>
<price>1941747</price>
<fee_admin>< /fee_admin >
<roomtype>
<roomtypename>Single</roomtypename>
<bftype>ABF</bftype>
<roomnight rate="0">
<nightprice>647249</nightprice>
<roomseq>1</roomseq>
</roomnight>
<roomnight rate="1">
<nightprice>647249</nightprice>
<roomseq>1</roomseq>
</roomnight>
<roomnight rate="2">
<nightprice>647249</nightprice>
<roomseq>1</roomseq>
</roomnight>
</roomtype>
</room>
<..repeat_room..>
</hotel>
<..repeat hotel..>
<procode>360000</procode>
<productcode>5035008</productcode>
<destcountry>MA05110065</destcountry>
<destcity>MA05110755</destcity>
<stan>123456</stan>
<terminaldate>2015-07-31 14:2:20</terminaldate>
<cacode>000001</cacode>
<trxid>20150731000000000007</trxid>
<userid>psw</userid>
<messagehash>53e9082c7c59a2df78a753b1f62ca8fd4b3db1bc</messagehash>
</response>

Distibuted to Erinet – Page 29 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description

Tag Description
procode Processing code: 380006
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Product code : 5035008
destcountry Negara tujuan
destcity Kota tujuan
hotelid Hotel id
checkin Tanggal masuk
checkout Tanggal keluar
userid User id transaksi
terminaldate Waktu transaksi PT POS
cacode Collecting agent code, default :
messagehash Key transaksi
rc Response code
desc Keterangan dari response code
hotel Data hotel (repeat)
hotel_id Hotel id
avail Ketersedian hotel
hotelname Nama hotel
rating Rating hotel
room Data kamar (repeat)
roomcode Kode kamar
roomname Nama kamar
price Harga kamar sebelum admin
fee_admin Biaya admin
roomtype Tipe kamar
roomtypename Nama tipe kamar
bftype Breakfast type
roomnight rate Data harga kamar permalam
nightprice Harga per malam
roomseq Urutan kamar
trxid Transaction id Kopnus

 Book Hotel / Cek Harga Hotel / Cek Status Book Hotel

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 30 of 46

PT Citra Multi Services


Do not copy without written permission
Body <request>
Request <procode>160000(pay) / 361000(fare/cek harga) / 180003(cek status)</procode>
<stan>123456</stan>
<productcode>5035008</productcode>
<destcountry>MA05110065</destcountry>
<destcity>MA05110755</destcity>
<hotelid>WSMA0201063172</hotelid>
<hotelname></hotelname>
<checkin>2015-08-01</checkin>
<checkout>2015-08-04</checkout>
<userid>psw</userid>
<terminaldate>2015-07-31 14:2:20</terminaldate>
<cacode>000001</cacode>
<trxid>20150731000000000007</trxid>
<internalcode></internalcode>
<roomcode>WSMA05110035</roomcode>
<bftype>ABF</bftype>
<roomname>SUPERIOR</roomname>
<roomtypename>Single</roomtypename>
<paxname>psw psw, Mr.</paxname>
<contactemail>psw@psw.psw</contactemail>
<contacthp>0823456</contacthp>
<price>1941747</price>
<fee_admin></fee_admin>
<office_code>999990</office_code>
<messagehash>9c1b3e1508a3fbe3761a5410a8bf0be1e48fb889</messagehash>

</request>

Distibuted to Erinet – Page 31 of 46

PT Citra Multi Services


Do not copy without written permission
Body <response>
Response <procode>160000</procode>
<stan>123456</stan>
<productcode>5035008</productcode>
<terminaldate>2015-07-31 14:2:20</terminaldate>
<cacode>000001</cacode>
<trxid>20150731000000000007</trxid>
<messagehash>9c1b3e1508a3fbe3761a5410a8bf0be1e48fb889</messagehash>
<rc>00</rc>
<desc>Sukses</desc>
<status>CONF</status>
<resno>MMGHMA150705200</resno>
<osrefno>20150731000000000007</osrefno>
<bookid>HBMA1507000729</bookid>
<voucher>VBMA1507001266</voucher>
<vdate>2015-07-31</vdate>
<bookstatus>CONF</bookstatus>
<internalcode>CL004</internalcode>
<checkin>2015-08-01</checkin>
<checkout>2015-08-04</checkout>
<hotelid>WSMA0201063172</hotelid>
<hotelname>Alpine</hotelname>
<roomcode>WSMA05110035</roomcode>
<roomname>SUPERIOR</roomname>
<bftype>ABF</bftype>
<serviceno>MA1507000849</serviceno>
<roomtype>Single</roomtype>
<price>1941747</price>
<screen> BUKTI PEMBAYARAN RESERVASI HOTEL |KODE BOOKING :
HBMA1507000729 |NAMA HOTEL : Alpine |TGL MASUK : 01-08-2015 |TGL
KELUAR : 04-08-2015 |TIPE KAMAR : SUPERIOR |HARGA : RP
1,941,747,- |NAMA TAMU : Mr.psw psw |EMAIL : psw@psw.psw |NO HP
: 0823456|| STRUK INI SEBAGAI BUKTI RESERVASI HOTEL| HARAP
DIBAWA SAAT CHECK IN </screen>
</response>

Tag Description

Tag Description
procode Processing code: 180006
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Product code : 5035008
destcountry Negara tujuan
destcity Kota tujuan
hotelid Hotel id
checkin Tanggal masuk
checkout Tanggal keluar
userid User id PT POS
terminaldate Waktu transaksi PT POS

Distibuted to Erinet – Page 32 of 46

PT Citra Multi Services


Do not copy without written permission
cacode Collecting agent
messagehash Key transaksi
trxid Transaction id
internalcode Kode referensi
roomcode Kode kamar
bftype Breakfast type
(RO) Room only, (ABF) American Breakfast, (BBF) Buffet Breakfast, (BABF) Buffet
American Breakfast, (FB) Full Board,(HB) Half Board
roomtypename Nama tipe kamar
paxname Nama tamu
contactemail Email kontak
contacthp Handphone kontak
price harga kamar sebelum admin
fee_admin biaya transaksi
office_code kode kantor pt pos
rc response code
desc keterangan response code
status status booking
resno file number
osrefno kode referensi pembeli
bookid kode booking hotel
voucher voucer no
vdate tanggal penerbitan voucer
bookstatus status layanan hotel per periode
hotelname nama hotel
serviceno No services
screen screen resi

Travel
 Get schedule

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 33 of 46

PT Citra Multi Services


Do not copy without written permission
Body <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Request <request>
<procode>360000</procode>
<stan>191916</stan>
<productcode>5045009</productcode>
<agentcode>DTR</agentcode>
<majorsid>6</majorsid>
<departdate>2016-02-17</departdate>
<userid>itata</userid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<cacode>000001</cacode>
<messagehash>ffb669902019068b99a7f6962381d88fa88ab933</messagehash>
</request>

Distibuted to Erinet – Page 34 of 46

PT Citra Multi Services


Do not copy without written permission
<response>
<rc>00</rc>
<price>120000</price>
<schedule>
<departcode>TBT-CHP05</departcode>
<departtime>05:00</departtime>
<layoutseat>8</layoutseat>
<availableseat>8</availableseat>
<promo>0</promo>
<promoseat></promoseat>
</schedule>
<schedule>
<departcode>TBT-CHP(JTW-06)</departcode>
<departtime>06:00</departtime>
<layoutseat>8</layoutseat>
<availableseat>8</availableseat>
<promo>0</promo>
<promoseat></promoseat>
</schedule>
<schedule>
<departcode>TBT-CHP07</departcode>
<departtime>07:00</departtime>
<layoutseat>8</layoutseat>
<availableseat>8</availableseat>
<promo>0</promo>
<promoseat></promoseat>
</schedule>
<schedule>
<departcode>TBT-CHP09</departcode>
<departtime>09:00</departtime>
<layoutseat>8</layoutseat>
<availableseat>8</availableseat>
<promo>0</promo>
<promoseat></promoseat>
</schedule>
<schedule>
<departcode>TBT-CHP19</departcode>
<departtime>19:00</departtime>
<layoutseat>8</layoutseat>
<availableseat>8</availableseat>
<promo>0</promo>
<promoseat></promoseat>
</schedule>
<productcode>5045009</productcode>
<stan>191916</stan>
<trxid>20160212000000000160</trxid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<userid>root</userid>
<cacode>000001</cacode>
<departdate>2016-02-17</departdate>
</response>

Distibuted to Erinet – Page 35 of 46

PT Citra Multi Services


Do not copy without written permission
Tag Description

Tag Description
procode Processing code: 360000
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Kode produk
agentcode Kode travel agent
majorsid Kode jurusan travel
departdate Tanggal keberangkatan
userid User id mitra
terminaldate Waktu transaksi mitra
cacode Collecting agent
messagehash Key transaksi
SHA1(procode
Stan
Productcode
Agentcode
Majorsid
Departdate
Userid
Terminaldate
Cacode)
rc response code
price Harga
schedule Jadwal schedule travel
departcode Kode Keberangkatan
departtime Waktu keberangkatan
layoutseat Jumlah kursi dalam satu keberangkatan
availableseat Kursi yang masih tersedia
promoseat Kursi yang mendapatkan promo
promo Jumlah kursi promo
trxid Kode transaksi

 Get seat

Method POST
Additional HTTP Header Format
HTTP Header

Distibuted to Erinet – Page 36 of 46

PT Citra Multi Services


Do not copy without written permission
Body <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Request <request>
<procode>367000</procode>
<stan>528031</stan>
<productcode>5045009</productcode>
<agentcode>DTR</agentcode>
<departdate>2016-02-17</departdate>
<userid>itata</userid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<cacode>000001</cacode>
<messagehash>6d00116076ddaf610d981cc1bb44adc0fcb0601a</messagehash>
<majorscode>TBT-CHP05</majorscode>
<layoutseat>8</layoutseat>
<trxid>20160212000000000160</trxid>
</request>
<response>
<availseat>1,2,3,4,5,6,7,8</availseat>
<rc>00</rc>
<desc>sukses</desc>
<rows>4</rows>
<cols>3</cols>
<seat>
<row>1</row>
<col>1</col>
<seatno>1</seatno>
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>1</row>
<col>2</col>
<seatno/>
<type>K</type>
<status>1</status>
</seat>
<seat>
<row>1</row>
<col>3</col>
<seatno/>
<type>S</type>
<status>1</status>
</seat>
<seat>
<row>2</row>
<col>1</col>
<seatno/>
<type>K</type>
<status>1</status>

Distibuted to Erinet – Page 37 of 46

PT Citra Multi Services


Do not copy without written permission
</seat>
<seat>
<row>2</row>
<col>2</col>
<seatno>2</seatno>
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>2</row>
<col>3</col>
<seatno>3</seatno>
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>3</row>
<col>1</col>
<seatno>4</seatno>
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>3</row>
<col>2</col>
<seatno/>
<type>K</type>
<status>1</status>
</seat>
<seat>
<row>3</row>
<col>3</col>
<seatno>5</seatno>
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>4</row>
<col>1</col>
<seatno>6</seatno>
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>4</row>
<col>2</col>
<seatno>7</seatno>
Distibuted to Erinet – Page 38 of 46

PT Citra Multi Services


Do not copy without written permission
<type>P</type>
<status>0</status>
</seat>
<seat>
<row>4</row>
<col>3</col>
<seatno>8</seatno>
<type>P</type>
<status>0</status>
</seat>
</response>

Tag Description

Tag Description
procode Processing code: 367000
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Kode Produk
agentcode Kode travel agent
majorscode Kode jurusan travel
departdate Tanggal keberangkatan
layoutseat Jumlah kursi dalam satu keberangkatan
trxid Kode transaksi
userid User id mitra
terminaldate Waktu transaksi mitra
cacode Collecting agent
messagehash Key transaksi
SHA1(procode
Stan
Productcode
Agentcode
Majorscode
Departdate
Layoutseat
Trxid
Userid
Terminaldate
cacode)
availseat Kursi tersedia
rc response code
desc keterangan response code
rows Jumlah baris
cols Jumlah kolom
seat Detail kursi (repeat)
row Baris ke
col Kolom ke

Distibuted to Erinet – Page 39 of 46

PT Citra Multi Services


Do not copy without written permission
seatno No kursi
type Type kursi
P=Penumpang, K = space, S = Supir
status Status kursi
0 = available, 1 = not available

 Reservation

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request <procode>363000</procode>
<stan>553614</stan>
<productcode>5045009</productcode>
<agentcode>DTR</agentcode>
<departdate>2016-02-17</departdate>
<userid>itata</userid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<cacode>000001</cacode>
<messagehash>b50b3bc0ee7ac044a8714c6126c10840ecb10b13</messagehash>
<majorscode>TBT-CHP05</majorscode>
<buyername>yanita</buyername>
<buyeradd>jkt</buyeradd>
<buyertelp>123456789</buyertelp>
<buyeremail>yanit@cms.com</buyeremail>
<seatno>6</seatno>
<paxname>yanits</paxname>
<trxid>20160212000000000160</trxid>
</request>

Distibuted to Erinet – Page 40 of 46

PT Citra Multi Services


Do not copy without written permission
<response>
<rc>00</rc>
<desc>Sukses</desc>
<fee_admin>1000</fee_admin>
<bookingcode>495E62BTTX</bookingcode>
<paycode>18BCOQUZSLMS1MGDIRIPN</paycode>
<ticketno>TM2AA0D77TTX</ticketno>
<productcode>5045009</productcode>
<procode>363000</procode>
<agentcode>DTR</agentcode>
<majorscode>TBT-CHP05</majorscode>
<buyername>yanita</buyername>
<buyeradd>jkt</buyeradd>
<buyertelp>123456789</buyertelp>
<buyeremail>yanit@cms.com</buyeremail>
<seatno>6</seatno>
<paxname>yanits</paxname>
<stan>553614</stan>
<trxid>20160212000000000160</trxid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<userid>root</userid>
<cacode>000001</cacode>
<messagehash>b50b3bc0ee7ac044a8714c6126c10840ecb10b13</messagehash>
</response>

Tag Description

Tag Description
procode Processing code: 363000
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Kode Produk
agentcode Kode travel agent
majorscode Kode jurusan travel
departdate Tanggal keberangkatan
buyername Nama Pembeli
buyeradd Alamat Pembeli
buyertelp Telp Pembeli
buyeremail Email Pembeli
seatno Nomor Kursi
paxname Nama Penumpang
trxid ID Transaksi
userid User id CA
terminaldate Waktu transaksi CA
cacode Kode Collecting agent
messagehash Key transaksi
rc response code

Distibuted to Erinet – Page 41 of 46

PT Citra Multi Services


Do not copy without written permission
desc keterangan response code
bookingcode Kode Booking
paycode Kode Bayar
ticketno Nomor Tiket
fee_admin Biaya Admin

 Payment

Method POST
Additional HTTP Header Format
HTTP
Header
Body <request>
Request <procode>160000</procode>
<stan>269384</stan>
<productcode>5045009</productcode>
<departdate>2016-02-17</departdate>
<userid>itata</userid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<cacode>000001</cacode>
<messagehash>f66fe3be5490700c17a02d12e2697ee66106dc79</messagehash>
<buyername>yanita</buyername>
<buyeradd>jkt</buyeradd>
<buyertelp>123456789</buyertelp>
<buyeremail>yanit@cms.com</buyeremail>
<seatno>6</seatno>
<paxname>yanita</paxname>
<trxid>20160212000000000160</trxid>
<bookingcode>495E62BTTX</bookingcode>
<paycode>18BCOQUZSLMS1MGDIRIPN</paycode>
<agentname>Day Trans</agentname>
<originname>Tebet</originname>
<destname>Cihampelas</destname>
<time>05:00</time>
<office_code>999990</office_code>
<price>120000</price>
<promo>0</promo>
<kota>Jakarta-Bandung</kota>
</request>

Distibuted to Erinet – Page 42 of 46

PT Citra Multi Services


Do not copy without written permission
<response>
<rc>00</rc>
<desc>Sukses</desc>
<screen> BUKTI PEMBAYARAN RESERVASI TRAVEL||KODE BOOKING :
495E62BTTX|KODE OTP : 828580|AGEN TRAVEL : Day Trans|CABANG ASAL :
Jakarta-Tebet|CABANG TUJUAN : Bandung-Cihampelas|TGL BERANGKAT : 17-02-
2016|JAM BERANGKAT : 05:00|KURSI : 6|HARGA TIKET : RP 120,000,-|PROMO
: RP 0,-|TOTAL BAYAR : RP 120,000,-|NAMA PEMESAN : yanita|ALAMAT :
jkt|EMAIL : yanit@cms.com|NO HP : 123456789|| STRUK INI SEBAGAI
BUKTI RESERVASI TRAVEL| HARAP DIBAWA SAAT KEBERANGKATAN</screen>
<noreff>4b9c57048676e6ec3b9158050df4725d79500648</noreff>
<otp>828580</otp>
<procode>160000</procode>
<productcode>5045009</productcode>
<bookingcode>495E62BTTX</bookingcode>
<paycode>18BCOQUZSLMS1MGDIRIPN</paycode>
<stan>269384</stan>
<trxid>20160212000000000160</trxid>
<terminaldate>2016-2-12 15:25:20</terminaldate>
<userid>root</userid>
<cacode>000001</cacode>
<messagehash>f66fe3be5490700c17a02d12e2697ee66106dc79</messagehash>
</response>

Tag Description

Tag Description
procode Processing code: 160000
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Kode Produk
departdate Tanggal Keberangakatan
userid User id CA
terminaldate Waktu transaksi CA
cacode Kode Collecting agent
messagehash Key transaksi
buyername Nama Pembeli
buyeradd Alamat Pembeli
buyertelp Telp Pembeli
buyeremail Email Pembeli
seatno Nomor Kursi
paxname Nama Penumpang
trxid ID Transaksi
bookingcode Kode Booking
paycode Kode Bayar
agentame Nama travel agent
originname Asal
destname Tujuan

Distibuted to Erinet – Page 43 of 46

PT Citra Multi Services


Do not copy without written permission
time Waktu Keberangakatan
office_code Kode kantor
price Harga
promo Harga Promo
kota Kota asal dan tujuan
rc response code
desc keterangan response code
screen Resi Transaksi
noreff Kode referensi
otp Kode reff biller

 Cancel Booking

Method POST
Additional HTTP Header Format
HTTP Header
Body <request>
Request procode>363000</procode>
<stan>416995</stan>
<productcode>5045009</productcode>
<agentcode>DTR</agentcode>
<departdate>2016-02-17</departdate>
<userid>hirakha</userid>
<terminaldate>2016-2-12 15:43:18</terminaldate>
<cacode>000001</cacode>
<messagehash>5ec59aa0049b2f6f1e5ec8a4cfcf58f49d42c7df</messagehash>
<majorscode>TBT-CHP05</majorscode>
<buyername>yanits</buyername>
<buyeradd>jkt</buyeradd>
<buyertelp>08123456789</buyertelp>
<buyeremail>yanits@cms.com</buyeremail>
<seatno>7</seatno>
<paxname>yanits</paxname>
<trxid>20160212000000000167</trxid>
</request>

Distibuted to Erinet – Page 44 of 46

PT Citra Multi Services


Do not copy without written permission
<response>
<rc>00</rc>
<desc>Sukses</desc>
<fee_admin>1000</fee_admin>
<bookingcode>03FA65CTTX</bookingcode>
<paycode>HU3YEVEOYROP8AWDIRIPN</paycode>
<ticketno>TM5368869TTX</ticketno>
<productcode>5045009</productcode>
<procode>363000</procode>
<agentcode>DTR</agentcode>
<majorscode>TBT-CHP05</majorscode>
<buyername>yanits</buyername>
<buyeradd>jkt</buyeradd>
<buyertelp>08123456789</buyertelp>
<buyeremail>yanits@cms.com</buyeremail>
<seatno>7</seatno>
<paxname>yanits</paxname>
<stan>416995</stan>
<trxid>20160212000000000167</trxid>
<terminaldate>2016-2-12 15:43:18</terminaldate>
<userid>root</userid>
<cacode>000001</cacode>
<messagehash>5ec59aa0049b2f6f1e5ec8a4cfcf58f49d42c7df</messagehash>
</response>

Tag Decription

Tag Description
procode Processing code: 360000
stan System Trace Audit Number, uniq number identifikasi setiap transaksi
productcode Kode produk
agentcode Kode travel agent
departdate Tanggal keberangkatan
userid User id mitra
terminaldate Waktu transaksi mitra
cacode Collecting agent
messagehash Key transaksi
SHA1(procode
Stan
Productcode
Agentcode
Majorsid
Departdate
Userid
Terminaldate
Cacode)
majorscode Kode jurusan travel

Distibuted to Erinet – Page 45 of 46

PT Citra Multi Services


Do not copy without written permission
buyername Nama Pembeli
buyeradd Alamat Pembeli
buyertelp Telp Pembeli
buyeremail Email Pembeli
seatno Nomor Kursi
paxname Nama Penumpang
trxid ID Transaksi
rc response code
desc keterangan response code
fee_admin Biaya Admin
bookingcode Kode Booking
paycode Kode Bayar
ticketno Nomor Tiket
trxid Kode transaksi

Distibuted to Erinet – Page 46 of 46

PT Citra Multi Services


Do not copy without written permission

You might also like