Payment Service API REST Endpoints
Instruments Receivables Services/Payment Service API
This service provides APIs to perform operations on Payment Transactions.
- Authorize the Payment transaction
- Method: postPath:
/service/v1/authorizePayment - Create the authorized Payment transaction through Netting
- Method: postPath:
/service/v1/nettingPaymentTm - Create the excess payment for a reconciliation transaction
- Method: postPath:
/service/v1/checkForExcessPayment - Create the new Payment in stage table
- Method: postPath:
/service/v1/stagePayment - Create the Payment transactions
- Method: postPath:
/service/v1/payments - Fetch the Excess Payment handling parameters
- Method: getPath:
/service/v1/getExcessHandlingParameters - Fetch the Excess Payment transaction details
- Method: getPath:
/service/v1/excessPaymentInq - Fetch the Payment transaction details from work table on basis of Payment Number
- Method: getPath:
/service/v1/paymentTwSearchByNumber - Fetch the Payment transactions
- Method: getPath:
/service/v1/paymentSearch - Fetch the payment transactions from main table on the basis of Payment Reference Number
- Method: getPath:
/service/v1/getPaymentByPayRefNo - Fetch the Payment transactions from work table
- Method: getPath:
/service/v1/paymentTwSearch - Fetch the payment transactions from work table on the basis of Payment Reference Number
- Method: getPath:
/service/v1/getPaymentTwByPayRefNo - Fetch the Payment transactions which are in Processing state
- Method: getPath:
/service/v1/getCurrentTwPayment - Post the payments from the stage to the main table after validation
- Method: postPath:
/service/v1/mainPayment - Purge the payment transactions
- Method: postPath:
/service/v1/purgePmtTransaction - Roll back Payment Invoice Tw Tm For Netting Failure
- Method: postPath:
/service/v1/rollBackPaymentInvoiceTwTm - Roll-back the amount and status for payment and credit note
- Method: postPath:
/service/v1/purgeInstrumentsRecon - Update the payment data after Invoice Payment Reconciliation
- Method: patchPath:
/service/v1/invPayRecon - Update the Payment status after allocation
- Method: postPath:
/service/v1/allocationStatus