Create a browser session
Creates a browser authorization session for the Jupico web components. Call this from your backend, then pass the returned session to the component so card or bank account data is tokenized client-side and never touches your servers.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The subMerchantId associated with the checkout.
"jpt-sim-cs-apple"
Enables card tokenization in the web component for this session.
Enables bank account (eCheck) tokenization in the web component for this session.
Apple Pay acceptance settings.
Google Pay acceptance settings.
Response
Authorization session successfully created.

