ApplePay-ValidateSession: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 16: Line 16:
| POSKey || Guid || * Required || The secret API key of the shop, generated by Barion. This lets the shop to authenticate through the Barion API, but does not provide access to the account owning the shop itself.
| POSKey || Guid || * Required || The secret API key of the shop, generated by Barion. This lets the shop to authenticate through the Barion API, but does not provide access to the account owning the shop itself.
|-
|-
| SessionRequestUrl || string|| * Required ||
| SessionRequestUrl || string|| * Required || The Session Request url, provided by Apple in the [https://developer.apple.com/documentation/apple_pay_on_the_web/applepaysession/1778021-onvalidatemerchant onvalidatemerchant] callback as validationURL parameter
|-
|-
| ShopUrl|| string|| * Required||
| ShopUrl|| string|| * Required||
|}
|}

Revision as of 20:30, 1 December 2021

Barion API: Validate Apple Pay session

POST /v2/ApplePay/ValidateSession

Input properties

Property name Property type Limitations and constraints Description
POSKey Guid * Required The secret API key of the shop, generated by Barion. This lets the shop to authenticate through the Barion API, but does not provide access to the account owning the shop itself.
SessionRequestUrl string * Required The Session Request url, provided by Apple in the onvalidatemerchant callback as validationURL parameter
ShopUrl string * Required