Credit Note Service API REST Endpoints
Instruments Receivables Services/Credit Note Service API
This service is used for Credit Note Service layer Operations.
- Authorize the credit note
- Method: postPath:
/service/v1/authorizeCreditNote
- Create new credit note from external channels
- Method: postPath:
/service/v1/createCreditNote
- Create new credit note from external channels (V2)
- Method: postPath:
/service/v2/createCreditNote
- Deletes corresponding data upon transaction purge
- Method: postPath:
/service/v1/purgeCrnTransaction
- Retrieves current unauthorised credit note
- Method: getPath:
/service/v1/getUnauthTwCreditNoteRecord
- Retrieves the list of existing credit notes
- Method: getPath:
/service/v1/creditNoteSearch
- Updates the list of existing credit notes
- Method: putPath:
/service/v1/updateCreditNote
- Updates the list of existing credit notes (V2)
- Method: putPath:
/service/v2/updateCreditNote