0% found this document useful (0 votes)
58 views

SOAP - AR Script

The payment script document contains details for creating a payment, including a deposit date of 2011-03-21, currency of IDR, amount of 162250, and account ID of 400010051. It also includes a secured ticket for authentication. The backout script allows cancelling or reversing a previous payment. It includes a payment ID of 250005008 and specifies reversing the payment with a bank code of ICICI, account ID of 400010051, and reversal reason of 36. It also locks the associated account to prevent further activity.

Uploaded by

Kumar Amit
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

SOAP - AR Script

The payment script document contains details for creating a payment, including a deposit date of 2011-03-21, currency of IDR, amount of 162250, and account ID of 400010051. It also includes a secured ticket for authentication. The backout script allows cancelling or reversing a previous payment. It includes a payment ID of 250005008 and specifies reversing the payment with a bank code of ICICI, account ID of 400010051, and reversal reason of 36. It also locks the associated account to prevent further activity.

Uploaded by

Kumar Amit
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Payment Script

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmln


s:ws="http://ws.api.interfaces.sessions.ar.amdocs" xmlns:dat="http://datatypes.d
atalayer.ar.amdocs" xmlns:web="http://webservices.fw.jf.amdocs">
<soapenv:Header/>
<soapenv:Body>
<ws:createPayment>
<!--Optional:-->
<ws:paymentDetailsScreen>
<dat:depositDate>2011-03-21T17:00:00</dat:depositDate>
<dat:paymentCustDt>
</dat:paymentCustDt>
<dat:currency>IDR</dat:currency>
<!--Optional:-->
<dat:paymentDetailsCustDt>
<dat:l9GatewayPymInd>89</dat:l9GatewayPymInd>
<!--Optional:-->
<dat:l9ExternalId>1122334455</dat:l9ExternalId>
<dat:l9BankCode>0150600000</dat:l9BankCode>
</dat:paymentDetailsCustDt>
<dat:amount>162250</dat:amount>
<!--Optional:-->
<dat:accountId>400010051</dat:accountId>
<dat:genericCustDt>
</dat:genericCustDt>
</ws:paymentDetailsScreen>
<!--Zero or more repetitions:-->
<ws:_awsi_header>
<!--Optional:-->
<web:securedTicket>EXT&lt;Tksmau2T7RkPtu0HhvyEpCmod{m5iGSFDfUKs1T0;a
ppId=MI;&gt;</web:securedTicket>
</ws:_awsi_header>
</ws:createPayment>
</soapenv:Body>
</soapenv:Envelope>

Backout Script

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmln


s:ws="http://ws.api.interfaces.sessions.ar.amdocs" xmlns:dat="http://datatypes.d
atalayer.ar.amdocs" xmlns:web="http://webservices.fw.jf.amdocs">
<soapenv:Header />
<soapenv:Body>
<ws:backoutPayment>
<!-- Optional:
-->
<ws:paymentIdInfo>
<dat:paymentId>250005008</dat:paymentId>
</ws:paymentIdInfo>
<ws:paymentBackoutDetailsScreen>
<dat:bankCode>ICICI</dat:bankCode>
<dat:accountId>400010051</dat:accountId>
<dat:memoText>TEST</dat:memoText>
<dat:paymentActivityCustDt>
<dat:l9GatewayPymInd>89</dat:l9GatewayPymInd>
<dat:l9BckDateTime>2011-03-21T17:05:00</dat:l9BckDateTime>
<dat:l9MSISDN>62811386670</dat:l9MSISDN>
</dat:paymentActivityCustDt>
<dat:genericCustDt />
<dat:reversalReason>36</dat:reversalReason>
</ws:paymentBackoutDetailsScreen>
<!-- Zero or more repetitions:
-->
<ws:accountLockInfo>
<dat:accountId>400010051</dat:accountId>
<dat:lockInfo />
</ws:accountLockInfo>
<ws:_awsi_header>
<web:securedTicket>EXT&lt;Tksmau2T7RkPtu0HhvyEpCmod{m5iGSFDfUKs1T0;appId=MI;&g
t;</web:securedTicket>
</ws:_awsi_header>
</ws:backoutPayment>
</soapenv:Body>
</soapenv:Envelope>

You might also like