A code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).
{ "country": "string", "name": "string" }
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://docs.electrumsoftware.com/_mock/openapi/elpapi/elpapi-partner/
https://example.com/path/payments/partner-api/v1/
Additional details that cater for specific domestic regulatory requirements
Specifies the nature, purpose, and reason for the transaction to be reported for regulatory and statutory requirements in a coded form.
A code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).
{ "additionalInformation": [ "string" ], "amount": { "currency": "string", "value": 0.1 }, "code": "string", "country": "string", "date": "2019-08-24", "type": "string" }
Identifies whether the regulatory reporting information applies to the debit side, to the credit side or to both debit and credit sides of the transaction.
{ "applicability": "CREDIT", "authority": { "country": "string", "name": "string" }, "details": [ { … } ] }