Web Services Reference for Oracle Billing Insight > Examples of Web Services > Examples of the Payments Web Service >

Example of Getting a Particular External Payment Transaction


This example shows you how to use the payments Web service to get a specific external payment transaction.

Operation

Use the following operation to get a specific external bank payment transaction:

GET /payment/transactions/external/{trans_id}

Sample URL

The following is a sample URL for this Web service example:

http://myhost.example.com:7017/rs/api/v2/payment/transactions/external/T55555

Sample XML Response

The following is an example of the XML response:

<paymentExternalTransaction currency="USD">
<links>
<rel>self</rel>
<href>http://localhost:7007/rs/api/v2/payment/transactions/external/T55555
</href>
</links>
<billerId>BS1</billerId>
<billingAccountNumber>AC-B2B-64521A</billingAccountNumber>
<paymentAmount>333</paymentAmount>
<paymentScheduledDate pattern="MM/dd/yyyy">04/21/2013</paymentScheduledDate>
<paymentType>Wire Transfer</paymentType>
<status>Paid</status>
<transactionId>T55555</transactionId>
<flexible1>aa</flexible1>
<flexible2>bb</flexible2>
<flexible3>cc</flexible3>
<flexible4>dd</flexible4>
<flexible5>ee</flexible5>
</paymentExternalTransaction>

Web Services Reference for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.