Card Capture IFrame API
JavaScript API to work with Card Capture IFrame
Last updated
JavaScript API to work with Card Capture IFrame
Last updated
To initiate the Card Capture IFrame, please insert the IFrame tag into your target page.
Where cardCaptureIframeUrl
is valid Card Capture URL.
To communicate with the IFrame to submit form or get results you should use browser API.
To submit Card Capture form you should trigger submit
event.
To Validate Card Capture form you should trigger validate
event.
To handle responses from Card Capture Form you should create listener
function.
Param: only|except
Value: list of card types
Default: none
You can pass additional query param for card capture iframe and configure which cards you accept. This can be done in two ways.
You can set a list of cards you accept and only these cards would be allowed to be created from an iframe.
You can provide a list of cards you want to exclude, for example American Express.
To configure the list of card types you want to accept you should provide a only
query param with a list of card types.
Example to accept only visa and mastercard:
To accept all cards except some specific type you should provide except
query params with list of card types.
Example to exclude American Express:
List of card types:
visa
mastercard
american-express
money-club
discover
jcb
unionpay
maestro
link
me
hyper
hypercard
So if you want just to accept all cards except American Express you need to modify your card capture iframe url to something like this
Param: style
Value: style name
Default: none
Card capture iframe can be customized with your own css to match your needed look and feel. To load additional css styles you need to provide style
query param with styles name. These styles can be added to your account by contacting support.
Param: lang
Value: en|ru
Default: en
To change language of your capture form lang
query param needed to be specified.
Supported languages:
de
en
el
es
is
it
pt
ru
Any additional language can be added by contacting support.
Param: service_code_optional
Value: true|false
Default: false
Make service code optional and not require.
Param: service_code_visible
Value: true|false
Default: true
Make service code not visible.