Bug 232015 - Apple pay doesn't work (Payment cancelled by Webkit)
Summary: Apple pay doesn't work (Payment cancelled by Webkit)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Safari 15
Hardware: iPhone / iPad Other
: P2 Critical
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-20 08:46 PDT by Semih Celik
Modified: 2022-07-01 11:30 PDT (History)
2 users (show)

See Also:


Attachments
here is a screenshot from apple pay demo page (86.77 KB, image/png)
2021-10-20 08:46 PDT, Semih Celik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Semih Celik 2021-10-20 08:46:54 PDT
Created attachment 441885 [details]
here is a screenshot from apple pay demo page

Hello,
I have implemented the apple pay feature with ApplePaySession. When i try to get payment via apple pay, sometimes it stucks with no error. I have also tried to reproduce it on Apple's official demo page to make an apple pay payment (  https://applepaydemo.apple.com/  ), sometimes it also doesnt work too. On the apple demo page it returns an error message that you can find both in the below and attachments. It also occurres on different safari browsers too. 

FULL RESPONSE:

--------------------------
Payment cancelled by WebKit:

session.oncancel


paymentSession Results
{
    "nonce": "d7497c6c",
    "retries": 0,
    "operationalAnalyticsIdentifier": "Apple Pay Demo:A77873CD368A460BD5D3325AD76B01C16BB7F838CFFF654F9A993F4B6A9B4098",
    "displayName": "Apple Pay Demo",
    "domainName": "applepaydemo.apple.com",
    "merchantIdentifier": "REDACTED",
    "epochTimestamp": 1634743186866,
    "expiresAt": 1634746786866,
    "merchantSessionIdentifier": "REDACTED",
    "signature": "REDACTED"
}
--------------------------
Comment 1 Radar WebKit Bug Importer 2021-10-22 10:26:40 PDT
<rdar://problem/84554521>