"PBPX"
The Electrum Regulated Payments API is an asynchronous API that allows partners to participate in various nationally regulated payment schemes.
This document describes the operations exposed by Electrum for partners to consume in order to initiate outbound or respond to inbound payments.
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. Partners may request the method of communication Electrum should use when selecting which payment schemes to participate in.
https://example.com/path/payments/api/v1/
A BankservAfrica-specific field requirement that associates this institution with a specific "domain"
Name by which an institution is known and which is usually used to identify that institution
{ "domain": "string", "name": "string", "services": [ "PBPX" ] }
A code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority as described in ISO 9362 Banking - Banking telecommunication messages - Business identifier code (BIC)
Name by which an institution is known and which is usually used to identify that institution.
A code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority as described in ISO 9362 Banking - Banking telecommunication messages - Business identifier code (BIC)
{ "bicfi": "string", "branch": { "address": { … }, "identification": "string", "name": "string" }, "domainDetails": [ { … } ], "memberId": "string", "name": "string", "services": [ "PBPX" ], "sponsoringAgentBicfi": "string", "sponsoringAgentName": "string" }