We are developing Apple Pay in our eCommerce website (our payment processor is payfort- an amazon payment processor) and using Apple Pay JS to generate apple data for further processing. We were able to generate data successfully and Apple server returning us the below data parameters: Data, Signature, header: { ephemeralPublicKey, publicKeyHash, transactionId, } version: "EC_v1" paymentMethod{ displayName, network, type } transactionIdentifier
Our Payment processor is Payfort(Amazon Company) and passes all data with the required format by the Payfort server. But all the time it returns "Failed to execute service" as a response. We tried changing the Payment Processing Certificate and Merchant Identifier Certificates, Still the same issue.
Any help will be very helpful
Our Payment processor is Payfort(Amazon Company) and passes all data with the required format by the Payfort server. But all the time it returns "Failed to execute service" as a response. We tried changing the Payment Processing Certificate and Merchant Identifier Certificates, Still the same issue.
Any help will be very helpful