Web Services Reference for Oracle Self-Service E-Billing > 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 bank payment transaction:

GET /payments/externals/{transaction_id}

Sample URL

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

http://myhost.example.com:7017/ebillingrs/rs/payments/externals/{transaction_ID}

Roles

The following roles are valid for this Web service example:

  • B2B Admin
  • B2B Manager
  • B2B Subscriber
  • B2C User
Sample XML Response

The following is an example of the XML response:

The following is an example of the XML response:

<paymentExternalTransaction currency="USD">

<billerId>BS1</billerId>

<billingAccountNumber>7836380B2B1</billingAccountNumber>

<paymentAmount>222</paymentAmount>

<paymentScheduledDate pattern="MM/dd/yyyy">04/21/2013</paymentScheduledDate>

<paymentType>Mail In</paymentType>

<status>Paid</status>

<transactionId>T123</transactionId>

<flexible1>aaa</flexible1>

<flexible2>bbb</flexible2>

<flexible3>ccc</flexible3>

<flexible4>ddd</flexible4>

<flexible5>eee</flexible5>

</paymentExternalTransaction>

Web Services Reference for Oracle Self-Service E-Billing Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.