Payments REST Endpoints
Payments
The REST web service for regular and suspended payment operations.
- Allocate a Suspended Payment to an Account
- Method: postPath:
/bcws/webresources/v1.0/payments/suspense/allocate - Assign a Handler to Suspended Payment
- Method: postPath:
/bcws/webresources/v1.0/payments/suspense/assignhandler - Create a Payment
- Method: postPath:
/bcws/webresources/v1.0/payments - Create a Suspended Payment
- Method: postPath:
/bcws/webresources/v1.0/payments/suspense/payment - Get Audit Trails for a Transaction
- Method: getPath:
/bcws/webresources/v1.0/payments/audit/{id} - Get Details for a Payment
- Method: getPath:
/bcws/webresources/v1.0/payments/{id} - Get Payments for a Bill
- Method: getPath:
/bcws/webresources/v1.0/payments/bill/{id} - Get Suspense Accounts
- Method: getPath:
/bcws/webresources/v1.0/payments/suspense/accounts - Get Unallocated Payments for a Bill Unit
- Method: getPath:
/bcws/webresources/v1.0/payments/billunit/{id} - Get Unallocated Payments for an Account
- Method: getPath:
/bcws/webresources/v1.0/payments/account/{id} - Get Users with Suspend Permission
- Method: getPath:
/bcws/webresources/v1.0/payments/suspense/users - Reverse a Payment
- Method: postPath:
/bcws/webresources/v1.0/payments/reverse - Withdraw a Posted Payment into Suspense
- Method: postPath:
/bcws/webresources/v1.0/payments/suspense/withdraw