Amount Block Service REST Endpoints
ECA Services/Amount Block Service
This service allows to block amount on virtual accounts.
- Adds a new ECA Block
- Method: postPath:
/service/ecablock
- Adds a new ECA Block with Skip DDA
- Method: postPath:
/service/ecablockWithSkipDda
- Deletes the ECA block identified by given block reference number
- Method: deletePath:
/service/ecablock/{blockRefNo}
- Get all ECA block
- Method: getPath:
/service/ecablock
- Release the ECA block by given block RefNo
- Method: patchPath:
/service/ecablock/{blockRefNo}/release
- Retrieves the ECA block by block reference number
- Method: getPath:
/service/ecablock/{blockRefNo}