Apple Pay with amazon payment gateway - Payfort

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

We were able to generate data successfully and Apple server returning us the below data
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"

I think that as long as you can validate the Payment Token Format against the referenced documentation, then you know you are receiving a valid Payment Token from the Apple APIs and you should then contact the Payfort support channel.


Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
Apple Pay with amazon payment gateway - Payfort
 
 
Q