Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.87 KB

NetworkLinks.md

File metadata and controls

18 lines (14 loc) · 1.87 KB

NetworkLinks

Properties

Name Type Description Notes
self string URL to retrieve details about this payment network in context of initialized `LIST`.
operation string URL where operation data should be submitted (POSTed), if customer has decided to pay with this payment network. [optional]
validation string URL to submit account for in-page validation if supported. [optional]
logo string URL of this payment network logo (image).
form string URL to retrieve an account form template. template is an HTML snippet with account elements and message placeholders. [optional]
localized_form string URL to retrieve localized representation of 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 network 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 payment network. [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]