Default Payment Instruction API REST Endpoints
Maintenance Services/Default Payment Instruction API
This service is used to perform Default Payment Instruction related operations.
- Adds a new default payment instruction
- Method: postPath:
/defaultPaymentInstruction
- Authorize the default payment instruction by given ID
- Method: patchPath:
/defaultPaymentInstruction/{id}/approve
- Close the default payment instruction by given ID
- Method: patchPath:
/defaultPaymentInstruction/{id}/close
- Deletes the defaultPaymentInstruction identified by given ID
- Method: deletePath:
/defaultPaymentInstruction/{id}
- get a list of default payment instruction templates
- Method: postPath:
/defaultPaymentInstruction/templates
- Get all valid default payment instruction
- Method: getPath:
/defaultPaymentInstruction
- Reject the default payment instruction by given ID
- Method: patchPath:
/defaultPaymentInstruction/{id}/reject
- reopen the default payment instruction by given ID
- Method: patchPath:
/defaultPaymentInstruction/{id}/reopen
- Retrieves the default payment instruction by ID
- Method: getPath:
/defaultPaymentInstruction/{id}
- Retrives the default payment instruction by given ID
- Method: getPath:
/defaultPaymentInstruction/{id}/history
- Retrives the default payment instruction by given ID
- Method: getPath:
/defaultPaymentInstruction/{id}/unauthorized
- Update an existing default payment instruction
- Method: putPath:
/defaultPaymentInstruction/{id}