Payment Interface API REST Endpoints
Integration Services/Payment Interface API
This service is used to perform Payment Interface related operations.
- Adds a new payment interface
- Method: postPath:
/paymentinterface
- Authorize the payment interface by given ID
- Method: patchPath:
/paymentinterface/{id}/approve
- Close the payment interface by given ID
- Method: patchPath:
/paymentinterface/{id}/close
- Deletes the payment interface identified by given ID
- Method: deletePath:
/paymentinterface/{id}
- Get all valid payment interface
- Method: getPath:
/paymentinterface
- Reject the payment interface by given ID
- Method: patchPath:
/paymentinterface/{id}/reject
- reopen the payment interface by given ID
- Method: patchPath:
/paymentinterface/{id}/reopen
- Retrieves all the interface types in system
- Method: getPath:
/paymentinterface/interfacetype
- Retrieves the payment interface by ID
- Method: getPath:
/paymentinterface/{id}
- Retrieves the payment interface details by external system id and method name
- Method: getPath:
/paymentinterface/interfacedetails/{externalSystemId}/{methodName}
- Retrieves the payment interface templates based on external system ID
- Method: getPath:
/paymentinterface/interfacetemplate/{externalSystemId}/{methodName}
- Retrives the payment interface by given ID
- Method: getPath:
/paymentinterface/{id}/history
- Retrives the payment interface by given ID
- Method: getPath:
/paymentinterface/{id}/unauthorized
- Update an existing payment interface
- Method: putPath:
/paymentinterface/{id}