How to get the value given in this link? [https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypaymentmethod)
Post
Replies
Boosts
Views
Activity
How to get the value that given in this link
[https://developer.apple.com/documentation/apple_pay_on_the_web/applepaypaymentmethod]
How did you fix it? I am also facing same issue. Could you please provide fix for it?
Hi @meaton, I am getting payment token session from apple server while doing merchant validation but it's also not working for me. here is the response that i am getting while calling apple server for payment session.
{
"epochTimestamp":1626243934332,
"expiresAt":1626247534332,
"merchantSessionIdentifier":"SSHAxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx24",
"nonce":"axxxxxx9e",
"merchantIdentifier":"F788084xxxxxxxxxxxxxxxxxxxxxxx7BD9",
"domainName":"example.com",
"displayName":"Example",
"signature":"30800606092a864xxxxxxxxxxxxx6e746",
"operationalAnalyticsIdentifier":"Example:F788xxxxxxxxxxxxx7BD9",
"retries":0
}
However, on passing this to session.completeMerchantValidation, I keeping getting Payment Not Completed Error and the payment sheet keeps processing for 5 secs and it's throws error "Payment not completed"
Any solution?
@Systemsathell
I am getting the response but it's keep processing and throwing an error "This website was not able make payments. Please try again" "Payment not completed"
Any solution for that?
Anyone got solution for this error? I am facing same issue. I am trying with same domain that i have verified but still i am getting "Payment Not Completed" error.