ApplePay-ValidateSession: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
Stankovicsa (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
|- | |- | ||
| ShopUrl|| string|| * Required|| The url of the shop, where the payment is being initialized. | | ShopUrl|| string|| * Required|| The url of the shop, where the payment is being initialized. | ||
|} | |||
== Output properties == | |||
{{api_output_table_header}} | |||
| ApplePaySessionResponse|| string|| The validation response received from Apple. | |||
|} | |} |
Revision as of 20:33, 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 | The url of the shop, where the payment is being initialized. |
Output properties
Property name | Property type | Description | ApplePaySessionResponse | string | The validation response received from Apple. |
---|