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

Example of Creating an ACH (Bank) Payment Account


This example shows you how to use the payments Web service to create an ACH (bank) payment account.

Operation

Use the following operation to create an ACH (bank) payment account:

POST /payment/PmtAccounts

Sample URL

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

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

Sample JSON Input

The following is an example of JSON input:

{
"paymentAccountName":"CheckingAcct",
"bankNamename":"bankCard",
"bankAccountNumber":"3215453",
"pmtMethodaccountType":"Checking",
"routingNumber":"091000022",
"billingAcctInfo":[
{
"accountKey":"145",
"accountId":"BS1|AC-B2B-123361-01"
},
{
"accountKey":"146",
"accountId":"BS1|AC-B2B-153561-05"
}
]
}

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