Electrum Regulated Payments Partner API (21.0.2)

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:

  • Webhooks: Electrum will send events to the partner containing inbound payments to action, or responses to outbound payment requests. Webhooks are defined in the Electrum Regulated Payments Partner API.
  • Partner API: Electrum will call operations exposed by the partner containing inbound payments to action, or responses to outbound payment requests. The operations are defined in this document.

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.

Download OpenAPI description
Languages
Servers
Partner API sandbox

https://example.com/path/payments/partner-api/v1/

transactional

Operations that participate in transaction processing, which may or may not have financial impact.

Operations

financial

Operations that participate in transaction processing and have financial impact.

Operations

credit-transfer

Operations related to credit transfer transactions.

Operations

direct-debit

Operations related to direct debit transactions.

Operations

payment-return

Operations related to payment returns.

Operations

identifier-determination

Operations used to retrieve additional information related to an identifier

Operations

funds-management

Operations related to the management of funds, including reservations, postings, and voiding of reservations.

Operations

risk-assessment

Operations related to the assessment and identification of risk in transactions.

Operations

fraud-assessment

Operations related to the processing of fraud assessments for payment transactions.

Operations

Schema

ResolutionOfInvestigationPaymentScheme

Designates which scheme a resolution of investigation is associated with and describes scheme-specific information.

schemastring(PaymentSchemeName)required

Identifies the scheme used for the payment

  • ZA_RTC: South African Realtime Clearing scheme.
  • ZA_RPP: South African Realtime Payments Platform scheme.
  • ZA_EFT: South African Electronic Funds Transfer scheme.
  • ZA_AC : South African Authenticated Collections scheme.
  • ZA_RMS: South African Registered Mandate Service scheme.
  • CBPR_PLUS: Cross-Border Payments and Reporting Plus.
Enum"ZA_RTC""ZA_RPP""ZA_EFT""ZA_AC""ZA_RMS""CBPR_PLUS"
Discriminator
{ "schema": "ZA_AC" }

InvestigationStatusCancellationConfirmation

Indicates whether the cancellation of the assignment is confirmed or rejected. Used when responding to a prior request to cancel a case assignment

cancellationConfirmedbooleanrequired
statusTypestringrequired
Value"CANCELLATION_CONFIRMATION"
{ "cancellationConfirmed": true, "statusType": "CANCELLATION_CONFIRMATION" }

InvestigationExecutionCode

ACDA AcceptedDebitAuthorisation - Used when a creditor accepts the debit authorisation. ACNR AcceptedClaimNonReceipt - The claim for non-receipt of a payment instruction is accepted. ACVA AcceptedValueDateAdjustment - The claim for value date correction is accepted. BIAS BatchInstructionAlreadySettled - Process a cancellation request but batch already settled. CHRG ChargesDetailsProvided - Further charges details are provided to resolve the case. CNCL CancelledAsPerRequest - Used when a requested cancellation is successful. CONF ConfirmationOfPayment - Used when a payment has been checked and was correctly executed without any intervention. CVAA CorrectValueDateAlreadyApplied - The original value date was correct. CWFW CancellationWillFollow - Used when a payment will be cancelled to solve an investigation case. FTNA CancellationRequestForwardedToTheNextAgent - "The cancellation request has been forwarded to the next agent for execution. This code should only be utilised where a Case Id is not present." ICOV CoverInitiated - Used when a transfer of funds has been initiated (a cover payment) to resolve a case. IDNE InstructionDoesNotExist - Process a Batch Cancellation "using an incorrect batch sequence number”. IDUP InstructionIsDuplicate - Used when the requested check for a possible duplicate instruction is confirmed. INFO AdditionalInformationSent - Used when additional information has been sent to the beneficiary of a payment. IPAY PaymentInitiated - Used when the result of an investigation is, or will be, the initiation of a payment instruction. IPYI PaymentInstructionInitiated - Used when a payment instruction (eg. MT103) has been initiated to resolve a case. IVCR InvalidCancellationRequest - Process a cancellation request with incorrect reference to original batch. MCOV CoverModified - Used when a transfer of funds has been modified (a cover payment) to resolve a case. MODI ModifiedAsPerRequest - Used when a requested modification is successful. MWFW ModificationWillFollow - Used when the payment will be modified to solve an investigation case. NINF NoInformationAvailable - Used when no additional information is available. PDCR PendingCancellationRequest - Used when a requested cancellation is pending. PDNG Pending - Used to inform that a response to an investigation is pending. PECR PartiallyExecutedCancellationRequest - Used when a requested cancellation has been partially executed. PURP PurposeDetailsProvided - Further purpose details are provided to resolve the case. RJCR RejectedCancellationRequest - Used when a requested cancellation has been rejected. RJNR RejectedClaimNonReceipt - The claim for non-receipt of a payment instruction is rejected. RJVA RejectedValueDateAdjustment - The claim for value date correction is rejected. SMTC StatementEntryCorrect - Used when the entry in the statement is correct. SMTI StatementEntryIncorrect - Used when the entry in the statement is incorrect and further information is provided with the resolution. UWFW UnableToApplyWillFollow - Used when sender wants to respond to an assignment with an Unable To Apply workflow.

string(InvestigationExecutionCode)

ACDA AcceptedDebitAuthorisation - Used when a creditor accepts the debit authorisation. ACNR AcceptedClaimNonReceipt - The claim for non-receipt of a payment instruction is accepted. ACVA AcceptedValueDateAdjustment - The claim for value date correction is accepted. BIAS BatchInstructionAlreadySettled - Process a cancellation request but batch already settled. CHRG ChargesDetailsProvided - Further charges details are provided to resolve the case. CNCL CancelledAsPerRequest - Used when a requested cancellation is successful. CONF ConfirmationOfPayment - Used when a payment has been checked and was correctly executed without any intervention. CVAA CorrectValueDateAlreadyApplied - The original value date was correct. CWFW CancellationWillFollow - Used when a payment will be cancelled to solve an investigation case. FTNA CancellationRequestForwardedToTheNextAgent - "The cancellation request has been forwarded to the next agent for execution. This code should only be utilised where a Case Id is not present." ICOV CoverInitiated - Used when a transfer of funds has been initiated (a cover payment) to resolve a case. IDNE InstructionDoesNotExist - Process a Batch Cancellation "using an incorrect batch sequence number”. IDUP InstructionIsDuplicate - Used when the requested check for a possible duplicate instruction is confirmed. INFO AdditionalInformationSent - Used when additional information has been sent to the beneficiary of a payment. IPAY PaymentInitiated - Used when the result of an investigation is, or will be, the initiation of a payment instruction. IPYI PaymentInstructionInitiated - Used when a payment instruction (eg. MT103) has been initiated to resolve a case. IVCR InvalidCancellationRequest - Process a cancellation request with incorrect reference to original batch. MCOV CoverModified - Used when a transfer of funds has been modified (a cover payment) to resolve a case. MODI ModifiedAsPerRequest - Used when a requested modification is successful. MWFW ModificationWillFollow - Used when the payment will be modified to solve an investigation case. NINF NoInformationAvailable - Used when no additional information is available. PDCR PendingCancellationRequest - Used when a requested cancellation is pending. PDNG Pending - Used to inform that a response to an investigation is pending. PECR PartiallyExecutedCancellationRequest - Used when a requested cancellation has been partially executed. PURP PurposeDetailsProvided - Further purpose details are provided to resolve the case. RJCR RejectedCancellationRequest - Used when a requested cancellation has been rejected. RJNR RejectedClaimNonReceipt - The claim for non-receipt of a payment instruction is rejected. RJVA RejectedValueDateAdjustment - The claim for value date correction is rejected. SMTC StatementEntryCorrect - Used when the entry in the statement is correct. SMTI StatementEntryIncorrect - Used when the entry in the statement is incorrect and further information is provided with the resolution. UWFW UnableToApplyWillFollow - Used when sender wants to respond to an assignment with an Unable To Apply workflow.

Enum"ACDA""ACNR""ACVA""BIAS""CHRG""CNCL""CONF""CVAA""CWFW""FTNA"
"ACDA"

operational

Operations

bulk

Operations

request-to-pay

Operations

refund

Operations

account-verification

Operations