{ "schema": "string", "value": "FIXE" }
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/
Provides details on the type of mandate.
{ "categoryPurpose": { "schema": "string", "value": "BONU" }, "classification": { "schema": "string", "value": "FIXE" }, "localInstrument": { "schema": "string", "value": "0000" }, "serviceLevel": { "schema": "string", "value": "BKTR" } }