Indicates a duplicated case
{ "duplicateOf": { "creator": { … }, "identification": "string", "reopenCaseIndication": true }, "statusType": "DUPLICATE_OF" }
The Electrum Regulated Payments API is an asynchronous API that allows partners to participate in various nationally regulated payment schemes.
As the Regulated Payments API is asynchronous, partners have a choice of how to integrate with Electrum:
Receiving transactional events via webhooks or API are equivalent, except that it may be more familiar or convenient to implement one style or the other.
This document describes the operations a partner must implement for Electrum to consume in order to complete the integration with the Electrum Regulated Payments API.
https://example.com/path/payments/partner-api/v1/
UM01 UnableToModifyRelatedReference - Related transaction reference cannot be modified. UM02 UnableToModifyPaymentServiceLevel - Service level element of payment type cannot be modified(former UnableToModifyBankOperationCode). UM03 UnableToModifyCategoryPurpose - Category purpose element of payment type cannot be modified (former UnableToModifyInstructionCode). UM04 UnableToModifyRequestedExecutionDate - RequestedExecutionDate cannot be modified. UM05 UnableToModifyInterbankSettlementDate - InterbankSettlementDate cannot be modified (former UnableToModifyValueDate). UM06 UnableToModifyInterbankSettlementAccount - SettlementAccount cannot be modified (former UnableToModifyInterbankSettlementAccount). UM07 UnableToModifyDebtor - Debtor cannot be modified. UM08 UnableToModifyDebtorAccount - DebtorAccount cannot be modified. UM09 UnableToModifyInstructedReimbursementAgent - InstructedReimbursementAgent cannot be modified (former UnableToModifyReceiverCorrespondent). UM10 UnableToModifyThirdReimbursementAgent - ThirdReimbursementAgent cannot be modified (former UnableToModifyThirdReimbursementInstitution). UM11 UnableToModifyPaymentClearingChannel - Clearing Channel element of payment type cannot be modified (former UnableToModifyPaymentScheme) UM12 UnableToModifyCreditorAgentAccount - Creditor agent account cannot be modified (former UnableToModifyAccountOfBeneficiaryInstitution) UM13 UnableToModifyCreditor - Creditor cannot be modified. UM14 UnableToModifyCreditorAccount - Creditor account cannot be modified. UM15 UnableToModifyRemittanceInformation - Remittance information cannot be modified. UM16 UnableToModifyPaymentPurpose - PaymentPurpose cannot be modified. UM17 UnableToModifyChargeBearer - Charge bearer cannot be modified (former UnableToModifyDetailsOfCharges). UM18 UnableToModifyInstructionForNextAgent - Instruction for next agent cannot be modified (former UnableToModifySenderToReceiver). UM19 UnableToModifyInstructionForCreditorAgent - Instruction for creditor agent cannot be modified. (former UnableToModifyInstructionForFinalAgent). UM20 InstructionCancelledSubmitNewInstruction - Used to inform of cancellation and request a new payment instruction. This should only be used if an agent does not want to modify a pending payment. UM21 UnableToModifySubmitCancellation - Modification is not possible and the cancellation is requested. UM22 UnableToModifyDebtorAgentAccount - Debtor agent account cannot be modified (applicable for direct debits). UM23 UnableToModifyInterbankSettlementAmount - Interbank settlement amount cannot be modified. UM24 UnableToModifyInstructionForDebtorAgent - Instruction for debtor agent cannot be modified (applicable for direct debits) UM25 UnableToModifyRequestedCollectionDate - Requested collection date cannot be modified (applicable for direct debits) UM26 UnableToModifyPaymentType - Payment type cannot be modified. UM27 UnableToModifyInstructedAmount - Instructed or equivalent amount cannot be modified. UM28 UnableToModifyPriority - Priority of payment message cannot be modified.
{ "schema": "string", "value": "UM01" }
UM01 UnableToModifyRelatedReference - Related transaction reference cannot be modified. UM02 UnableToModifyPaymentServiceLevel - Service level element of payment type cannot be modified(former UnableToModifyBankOperationCode). UM03 UnableToModifyCategoryPurpose - Category purpose element of payment type cannot be modified (former UnableToModifyInstructionCode). UM04 UnableToModifyRequestedExecutionDate - RequestedExecutionDate cannot be modified. UM05 UnableToModifyInterbankSettlementDate - InterbankSettlementDate cannot be modified (former UnableToModifyValueDate). UM06 UnableToModifyInterbankSettlementAccount - SettlementAccount cannot be modified (former UnableToModifyInterbankSettlementAccount). UM07 UnableToModifyDebtor - Debtor cannot be modified. UM08 UnableToModifyDebtorAccount - DebtorAccount cannot be modified. UM09 UnableToModifyInstructedReimbursementAgent - InstructedReimbursementAgent cannot be modified (former UnableToModifyReceiverCorrespondent). UM10 UnableToModifyThirdReimbursementAgent - ThirdReimbursementAgent cannot be modified (former UnableToModifyThirdReimbursementInstitution). UM11 UnableToModifyPaymentClearingChannel - Clearing Channel element of payment type cannot be modified (former UnableToModifyPaymentScheme) UM12 UnableToModifyCreditorAgentAccount - Creditor agent account cannot be modified (former UnableToModifyAccountOfBeneficiaryInstitution) UM13 UnableToModifyCreditor - Creditor cannot be modified. UM14 UnableToModifyCreditorAccount - Creditor account cannot be modified. UM15 UnableToModifyRemittanceInformation - Remittance information cannot be modified. UM16 UnableToModifyPaymentPurpose - PaymentPurpose cannot be modified. UM17 UnableToModifyChargeBearer - Charge bearer cannot be modified (former UnableToModifyDetailsOfCharges). UM18 UnableToModifyInstructionForNextAgent - Instruction for next agent cannot be modified (former UnableToModifySenderToReceiver). UM19 UnableToModifyInstructionForCreditorAgent - Instruction for creditor agent cannot be modified. (former UnableToModifyInstructionForFinalAgent). UM20 InstructionCancelledSubmitNewInstruction - Used to inform of cancellation and request a new payment instruction. This should only be used if an agent does not want to modify a pending payment. UM21 UnableToModifySubmitCancellation - Modification is not possible and the cancellation is requested. UM22 UnableToModifyDebtorAgentAccount - Debtor agent account cannot be modified (applicable for direct debits). UM23 UnableToModifyInterbankSettlementAmount - Interbank settlement amount cannot be modified. UM24 UnableToModifyInstructionForDebtorAgent - Instruction for debtor agent cannot be modified (applicable for direct debits) UM25 UnableToModifyRequestedCollectionDate - Requested collection date cannot be modified (applicable for direct debits) UM26 UnableToModifyPaymentType - Payment type cannot be modified. UM27 UnableToModifyInstructedAmount - Instructed or equivalent amount cannot be modified. UM28 UnableToModifyPriority - Priority of payment message cannot be modified.
{ "schema": "CODE", "value": "UM01" }