Payment Service API REST Endpoints
Instruments Receivables Services/Payment Service API
This service is used for Payment Operations
- Adds all the main payments from the stage to the main table after validation
- Method: postPath:
/service/v1/mainPayment
- Authorize a Payment.
- Method: postPath:
/service/v1/authorizePayment
- Check for excess payment for a reconciliation transaction reference number
- Method: postPath:
/service/v1/checkForExcessPayment
- Create new bulk Payment
- Method: postPath:
/service/v1/payments
- Create new Payment in stage table
- Method: postPath:
/service/v1/stagePayment
- Create payment Tm for netting
- Method: postPath:
/service/v1/nettingPaymentTm
- Create payment Tw for netting
- Method: postPath:
/service/v1/nettingPaymentTw
- Get Payments by Payment Reference Number from TM
- Method: getPath:
/service/v1/getPaymentByPayRefNo
- Get Payments by Payment Reference Number from TW
- Method: getPath:
/service/v1/getPaymentTwByPayRefNo
- Gets Payments
- Method: getPath:
/service/v1/paymentSearch
- Gets Payments
- Method: getPath:
/service/v1/paymentTwSearch
- Gets Payments by Payment Number
- Method: getPath:
/service/v1/paymentTwSearchByNumber
- Purge instruments reconciliation
- Method: postPath:
/service/v1/purgeInstrumentsRecon
- Purge payment transactions
- Method: postPath:
/service/v1/purgePmtTransaction
- Retrieves excess handling parameters
- Method: getPath:
/service/v1/getExcessHandlingParameters
- Retrieves the list of existing Invoices
- Method: getPath:
/service/v1/getCurrentTwPayment
- Roll back Payment Invoice Tw Tm For Netting Failure
- Method: postPath:
/service/v1/rollBackPaymentInvoiceTwTm
- Update allocation status
- Method: postPath:
/service/v1/allocationStatus
- Update API for Invoice Payment Reconciliation
- Method: patchPath:
/service/v1/invPayRecon