Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.94 KB

AccountLinks.md

File metadata and controls

18 lines (14 loc) · 1.94 KB

AccountLinks

Properties

Name Type Description Notes
self string URL to retrieve details about this registered account in context of initialized `LIST`.
operation string URL where operation data should be submitted (POSTed), if customer has decided to pay with this account registration. [optional]
validation string URL to submit partial account data for in-page validation of registered account if supported. [optional]
logo string URL of payment network logo (image) for this account registration.
form string URL to retrieve a registered version of account form template. HTML snippet with account elements and message placeholders. [optional]
localized_form string URL to retrieve localized representation of registered account form. Text placeholders are replaced by text in corresponding language, language is defined by `LIST` session. [optional]
preload_form string If present, this URL points to the form for this payment account that has to be preloaded and initialised prior the rendering of this `LIST` session on the client side. Main goal is to accelerate rendering of the main form for this account. [optional]
lang string URL of language file that contains labels and messages to localize account forms and display errors for this payment network. Language file is provided in Java properties format.
i_frame string URL of iFrame what should been shown to the customer to collect account data. Present only in the case when `LIST` session was initialized with `SELECTIVE_NATIVE` integration type. [optional]

[Back to Model list] [Back to API list] [Back to README]