In Nigerian payment gateways (like Interswitch or NIBSS), transactions are sometimes classified by type:
// For triggering from a web page (if app installed) window.location.href = "tsb://testclient.fot.com.ng/"; // Android Intent val intent = Intent(Intent.ACTION_VIEW, Uri.parse("tsb://testclient.fot.com.ng/")) startActivity(intent) // iOS if let url = URL(string: "tsb://testclient.fot.com.ng/") UIApplication.shared.open(url) tsb://testclient.fot.com.ng/
Here’s a short for the URI scheme reference: In Nigerian payment gateways (like Interswitch or NIBSS),
In Nigerian payment gateways (like Interswitch or NIBSS), transactions are sometimes classified by type:
// For triggering from a web page (if app installed) window.location.href = "tsb://testclient.fot.com.ng/"; // Android Intent val intent = Intent(Intent.ACTION_VIEW, Uri.parse("tsb://testclient.fot.com.ng/")) startActivity(intent) // iOS if let url = URL(string: "tsb://testclient.fot.com.ng/") UIApplication.shared.open(url)
Here’s a short for the URI scheme reference: