The Electrum EPC API for receiving Electrum calls is an asynchronous API that allows Corporate Clients to participate in various nationally regulated payment schemes. This document describes the operations a Corporate Client must implement for Electrum to consume in order to complete the integration with the Electrum Enterprise Payments Channel API.
Operations related to credit transfer transactions.
Operations
identifier-determination
Operations used to retrieve additional information related to an identifier
Operations
Schema
RequestToPayStatusCode
PAID: Paid - The request to pay was approved by the debtor and the payment has been processed. Note that the outcome of the payment itself is not communicated.
ACCEPTED: Accepted - The request to pay was approved by the debtor but the payment has not yet been processed.
CANCELLED: Cancelled - Request to pay has been successfully cancelled after having received a request for cancellation.
EXPIRED: Expired - The request to pay has expired.
PENDING: Pending - The request to pay has been forwarded and an initial status report is still expected.
PRESENTED: Presented - The request to pay has been accepted by the payer participant and will be presented to the debtor.
REJECTED: Rejected - The request to pay has been rejected.
REFUND_IN_PROGRESS: Refund in progress - The refund of the original request to pay is currently in progress and does not yet have an outcome
REFUNDED: Refunded - The refund of the original request to pay has been completed successfully
string(RequestToPayStatusCode)
PAID: Paid - The request to pay was approved by the debtor and the payment has been processed. Note that the outcome of the payment itself is not communicated.
ACCEPTED: Accepted - The request to pay was approved by the debtor but the payment has not yet been processed.
CANCELLED: Cancelled - Request to pay has been successfully cancelled after having received a request for cancellation.
EXPIRED: Expired - The request to pay has expired.
PENDING: Pending - The request to pay has been forwarded and an initial status report is still expected.
PRESENTED: Presented - The request to pay has been accepted by the payer participant and will be presented to the debtor.
REJECTED: Rejected - The request to pay has been rejected.
REFUND_IN_PROGRESS: Refund in progress - The refund of the original request to pay is currently in progress and does not yet have an outcome
REFUNDED: Refunded - The refund of the original request to pay has been completed successfully
reasonInfoArray of objects(RequestToPayStatusReasonInfo)non-empty
A list of RequestToPayStatusReasonInfo values providing detailed reason information for the status.
statusstring(RequestToPayStatusCode)required
PAID: Paid - The request to pay was approved by the debtor and the payment has been processed. Note that the outcome of the payment itself is not communicated.
ACCEPTED: Accepted - The request to pay was approved by the debtor but the payment has not yet been processed.
CANCELLED: Cancelled - Request to pay has been successfully cancelled after having received a request for cancellation.
EXPIRED: Expired - The request to pay has expired.
PENDING: Pending - The request to pay has been forwarded and an initial status report is still expected.
PRESENTED: Presented - The request to pay has been accepted by the payer participant and will be presented to the debtor.
REJECTED: Rejected - The request to pay has been rejected.
REFUND_IN_PROGRESS: Refund in progress - The refund of the original request to pay is currently in progress and does not yet have an outcome
REFUNDED: Refunded - The refund of the original request to pay has been completed successfully
An extension of BaseTransactionMessage which includes additional information pertinent to an asynchronous response message. In particular, original message identifiers.
A reference used to unambiguously identify the message between the sending and receiving party. Take note that this uniquely identifies a single message in a potentially multi-message exchange to complete a payment.
supplementaryDataobject(SupplementaryData)
A list of key-value pairs to support adding any supplementary/additional data to an Electrum Regulated Payments API message.
A reference used to unambiguously identify the message between the sending and receiving party. Take note that this uniquely identifies a single message in a potentially multi-message exchange to complete a payment.
Unique identification, as assigned by the initiating party, to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain. Note: this is distinct from the UETR.
Unique identification, as assigned by an instructing party for an instructed party, to unambiguously identify the instruction. The instruction identification is a point to point reference that can be used between the instructing party and the instructed party to refer to the individual instruction. It can be included in several messages related to the instruction.
Unique identification, as assigned by the first instructing agent, to unambiguously identify the transaction that is passed on, unchanged, throughout the entire interbank chain. Usage: The transaction identification can be used for reconciliation, tracking or to link tasks relating to the transaction on the interbank level. Usage: The instructing agent has to make sure that the transaction identification is unique for a pre-agreed period.
transactionIdentifiers.uetrstring(UUID)required
Universally unique identifier to provide an end-to-end reference of a payment transaction. This identifier remains the same for all messages related to the same transaction.
PAID: Paid - The request to pay was approved by the debtor and the payment has been processed. Note that the outcome of the payment itself is not communicated.
ACCEPTED: Accepted - The request to pay was approved by the debtor but the payment has not yet been processed.
CANCELLED: Cancelled - Request to pay has been successfully cancelled after having received a request for cancellation.
EXPIRED: Expired - The request to pay has expired.
PENDING: Pending - The request to pay has been forwarded and an initial status report is still expected.
PRESENTED: Presented - The request to pay has been accepted by the payer participant and will be presented to the debtor.
REJECTED: Rejected - The request to pay has been rejected.
REFUND_IN_PROGRESS: Refund in progress - The refund of the original request to pay is currently in progress and does not yet have an outcome
REFUNDED: Refunded - The refund of the original request to pay has been completed successfully