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

Example of Getting a Specific Payment Transaction


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

Operation

Use the following operation to get a specific payment transaction:

GET /payment/transactions/{paymentId}

Sample URL

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

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

Sample XML Response

The following is an example of the XML response:

paymentTransactionProfile currency="USD">
<links>
<rel>self</rel>
<href>http://localhost:7007/rs/api/v2/payment/transactions
/101521440037376420</href>
</links>
<billerId>BS1</billerId>
<billingAccountNumber>AC-B2B-123361-01</billingAccountNumber>
<paymentType>Bank Transfer</paymentType>
<paymentAmount>216.58</paymentAmount>
<status>Scheduled</status>
<paymentScheduledDate pattern="MM/dd/yyyy">08/20/2015</paymentScheduledDate>
<paymentAccountName>testBank</paymentAccountName>
<paymentAccountNumber>xxxx2211</paymentAccountNumber>
<createdBy>Town, Frank</createdBy>
<paymentCreatedDate pattern="MM/dd/yyyy">08/20/2015</paymentCreatedDate>
<paymentModifiedDate pattern="MM/dd/yyyy">08/20/2015</paymentModifiedDate>
</paymentTransactionProfile>

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