EPC API for receiving Electrum calls (19.1.0)

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.

Languages
Servers
Partner API sandbox

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

credit-transfer

Operations related to credit transfer transactions.

Operations

identifier-determination

Operations used to retrieve additional information related to an identifier

Operations

Schema

BiannualFrequency

Base model for payment transaction frequencies expressed in terms of days of the month. Not expected to be used directly; see MonthlyFrequency, QuarterlyFrequency, BiannualFrequency and YearlyFrequency.

dayOfMonthinteger[ 1 .. 31 ]required

Specifies the day of the month on which the payment transaction is to be processed. NOTE: A value of 31 will be interpreted as the last day of the month.

schemastringrequired
Enum"MonthlyFrequency""QuarterlyFrequency""BiannualFrequency""YearlyFrequency"
Discriminator
{ "dayOfMonth": 1, "schema": "BiannualFrequency" }

DayOfMonthBasedFrequency

Base model for payment transaction frequencies expressed in terms of days of the month. Not expected to be used directly; see MonthlyFrequency, QuarterlyFrequency, BiannualFrequency and YearlyFrequency.

dayOfMonthinteger[ 1 .. 31 ]required

Specifies the day of the month on which the payment transaction is to be processed. NOTE: A value of 31 will be interpreted as the last day of the month.

schemastringrequired
Enum"MonthlyFrequency""QuarterlyFrequency""BiannualFrequency""YearlyFrequency"
Discriminator
{ "dayOfMonth": 1, "schema": "BiannualFrequency" }

MonthlyFrequency

Base model for payment transaction frequencies expressed in terms of days of the month. Not expected to be used directly; see MonthlyFrequency, QuarterlyFrequency, BiannualFrequency and YearlyFrequency.

dayOfMonthinteger[ 1 .. 31 ]required

Specifies the day of the month on which the payment transaction is to be processed. NOTE: A value of 31 will be interpreted as the last day of the month.

schemastringrequired
Enum"MonthlyFrequency""QuarterlyFrequency""BiannualFrequency""YearlyFrequency"
Discriminator
{ "dayOfMonth": 1, "schema": "BiannualFrequency" }

transactional

Operations

request-to-pay

Operations

financial

Operations

bulk

Operations

refund

Operations