Use Cases: Electrum as Secondary Store of Proxy Data
Important
These use cases apply where Electrum maintains a mirror of the participant's master account and proxy data.
Proxy registration with the scheme
This applies to all of the below use cases that require a proxy to be registered or deregistered with the scheme.
A proxy identifier can be registered against a specific domain with the scheme. This means that if the scheme operator receives a payment request containing a domainless proxy (i.e. just the proxy identifier and not a domain), it will route the transaction to the beneficiary institution indicated by the registered proxy-domain record.
When registering or deregistering a proxy and its domain with the scheme, the proxy information is contained in theschemeRegistration
section of the message payload. The personal identifier and domain are set in the identifier.value
and domain
fields, respectively."schemeRegistration": {
"schema": "ZA_RPP",
"domain": "aDomain",
"identifier": {
"schema": "MOBILE",
"value": "+27-0821111111"
}
1. Create an account, link a proxy to it, and register it against a specific domain
- Your customer requests to create a new account, link a proxy to it, and register it with the scheme.
- You create a new account record on your master system and link it to the proxy.
- You request Electrum to register the proxy with the scheme operator using the registerCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to indicate that the proxy is registered with the scheme.
- You request Electrum to update the account mirror with the new account, proxy, and domain details using the putCustomerAccount operation.
2. Create an account and link a proxy to it without registering it against a specific domain
- Your customer requests to create a new account and link a proxy to it without registering it with the scheme.
- You create a new account record on your master system and link it to the proxy.
- You request Electrum to update the account mirror with the new account, proxy, and domain details using the putCustomerAccount operation.
3. Create an account without linking a proxy to it
- Your customer requests to create a new account without linking a proxy to it.
- You create a new account record on your master system with no proxy linked to it.
- You request Electrum to update the account mirror with the new account record using the putCustomerAccount operation.
4. Add a proxy to an existing account and register it against a specific domain
- Your customer requests to link a proxy to an existing account and register it with the scheme.
- You update your existing account record with the proxy information.
- You request Electrum to register the proxy with the scheme operator using the registerCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to indicate that the proxy is registered with the scheme.
- You request Electrum to link the existing account record with the new proxy and domain using the addCustomerAccountAdditionalId operation.
5. Add a proxy to an existing account without registering it with the scheme
- Your customer requests to link a proxy to an existing account, but not register it with the scheme.
- You update your existing account record with the proxy information.
- You request Electrum to link the existing account record to the new proxy and domain using the addCustomerAccountAdditionalId operation.
6. Register an existing proxy on an account against a specific domain
- Your customer requests to register an existing proxy with the scheme.
- You request Electrum to register the proxy with the scheme operator using the registerCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to indicate that the proxy is registered with the scheme.
- You request Electrum to link the existing account record with the new proxy and domain using the updateCustomerAccountAddId operation.
7. Deregister a proxy-domain link with the scheme
- Your customer requests to deregister a proxy with the scheme.
- You request Electrum to deregister the proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to indicate that the proxy is no longer registered with the scheme.
- You request Electrum to update the existing account record using the updateCustomerAccountAddId operation.
8. Register a proxy against a different domain
- Your customer requests to reregister a proxy with a different domain.
- You request Electrum to deregister the proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You request Electrum to register the proxy against the new domain with the scheme operator using the registerCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to indicate that the domain is registered with the scheme.
- You request Electrum update the existing account record with the new domain using the updateCustomerAccountAddId operation.
9. Change a proxy to be linked to a different account than the current one, within the same domain
- Your customer requests to link a proxy to a different account within the same domain.
- You remove the link between the proxy and the original account, and create a link between the proxy and the new account.
- You request Electrum to remove the link between the proxy and the original account using the deleteCustomerAccountAddId operation.
- You request Electrum to link the new account to the proxy using the addCustomerAccountAdditionalId operation.
Note
In this scenario, the new account already exists in your system and the Electrum account mirror. Only the proxy-account links are changed.
10. Change a proxy to link to a different account within a different domain, and reregister the proxy against the new domain
- Your customer requests to register a proxy to a different account within a different domain.
- You request Electrum to deregister the proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You request Electrum to register the proxy against the new domain with the scheme operator using the registerCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You remove the link between the proxy and the original account, and create a link between the proxy and the new account.
- You request Electrum to remove the link between the proxy and the original account using the deleteCustomerAccountAddId operation.
- You request Electrum to link the new account to the proxy using the addCustomerAccountAdditionalId operation.
Note
In this scenario, the existing proxy is already registered against the original domain.
11. Change a proxy to be linked to a different account and deregister the proxy
- Your customer requests to link a proxy to a different account and deregister the proxy from the scheme so that it is no longer linked to any domain.
- You request Electrum to deregister the proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You remove the link between the proxy and the original account, and create a link between the proxy and the new account.
- You request Electrum to remove the link between the proxy and the original account using the deleteCustomerAccountAddId operation.
- You request Electrum to link the new account to the proxy using the addCustomerAccountAdditionalId operation.
12. Remove a proxy from an account and deregister the proxy
- Your customer requests to remove a proxy from their account, where the proxy is registered with the scheme.
- You request Electrum to deregister the proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your records to remove the proxy from the account record.
- You request Electrum to remove the proxy from the account using the deleteCustomerAccountAddId operation.
13. Update the proxy that is linked to an account, and register the new proxy
- Your customer requests to change the proxy that is linked to their account, where the original proxy is registered with the scheme.
- You request Electrum to deregister the original proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You request Electrum to register the new proxy against with the scheme using the registerCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to reflect the new proxy.
- You request Electrum to update the existing account record with the new proxy using the updateCustomerAccountAddId operation.
14. Update the proxy that is linked to an account, and deregister the old proxy
- Your customer requests to change the proxy linked to their account, where the original proxy is registered with the scheme, but deregister from the scheme.
- You request Electrum to deregister the original proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You update your account record to reflect the new proxy.
- You request Electrum to update the existing account record with the new proxy using the updateCustomerAccountAddId operation.
15. Update the account details linked to a proxy
- Your customer requests to update the details of an existing account without changing the linked proxy.
- You update the account record on your system.
- You request Electrum to update the existing record in the account mirror using the putCustomerAccount operation.
16. Delete an account and deregister the proxy
- Your customer requests to delete their account.
- You request Electrum to deregister the old proxy with the scheme using the deregisterCustomerAccountAddIdWithScheme operation.
- Electrum forwards the request to the scheme operator.
- When a positive response is received from the scheme, Electrum forwards the response to you.
- You remove or deactivate the account along with its proxy information.
- You request Electrum to remove the record from the account mirror using the deleteCustomerAccount operation.
17. Delete an account that does not have a registered proxy linked to it
- Your customer requests to delete their account.
- You remove or deactivate the account.
- You request Electrum to remove the record from the account mirror using the deleteCustomerAccount operation.