Generic API's
Please find below the API details for the BPAY (Bill Payments) module.
The API will only be useable if the module has been licenced by the client.
The below is a sample:
- http://localhost:9089/aumb-provider-iris/api/v1.0.0/holdings/au/loans/rateLocks
Below are the Generic APIs that are exposed as part of the bill payments.
| API Name | Method | Description | URL |
|---|---|---|---|
| createStandingOrder |
POST
|
Creates a standing order for the bill payment. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/order/au/standingOrders/{standingOrderId}/bills |
| updateStandingOrder |
PUT
|
Updates a standing order for the bill payment. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/order/au/standingOrders/{standingOrderId}/bills |
| getStandingOrder | GET | Retrieves the details of a standing order pertaining to the bill payment. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/order/au/standingOrders/{standingOrderId}/bills |
| createPaymentOrder | POST | Creates a payment order for the bill payment. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/order/au/paymentOrders/bills |
In this topic