Getting started
Before integrating with TabaPay Card PCI-Compliant iFrame, ensure that you have all the necessary components in place:- Ensure Synctera API keys are provisioned and working for your business;
- Ensure external cards have been enabled for your program with your Synctera implementation and onboarding contact;
- If integrating in a mobile application, you may need to use a web view such as a WKWebView in a iOS application, WebView in an android application, or a WebView in React Native;
- Content security policies should be set in the application using the following directives:
Display iFrame and tokenize an External Card
The steps below describe how to display TabaPay PCI-Compliant iFrame:1
Add an iFrame tag to the desired webpage
2
Set the iFrame source for the appropriate environment
3
Add an event listener and handler for TabaPay events
4
Add an event listener and handler for TabaPay events
For more information on card tokenization using TabaPay PCI-Compliant iFrame, refer to the TabaPay documentation.
Associate token with the customer
The final step is to associate the created token with the customer identity, using the cardtoken
and cardholder name
. See External Cards Guide for further instructions.