RESOURCES
Changelog
Session
setFocus()
setFocus()
Instructs the specified hosted field in the iFrame to gain focus.
This function supports the Multiple Hosted Session functionality.
Usage
PaymentSession.setFocus(HostedFieldRole, scope)
Example
PaymentSession.setFocus('card.number');
Arguments
HostedFieldRole
String
The field role for the card field rendered in an iFrame and hosted on the QNB ALAHLI. Valid
field
roles:
card.number
card.securityCode
giftCard.number
giftCard.pin
ach.bankAccountNumber
ach.bankAccountHolder
ach.routingNumber
scope
String
The optional named instance of a card payment data set within a session. See Multiple Hosted Sessions for more information.
Return Value
None