Open alexchervon opened 4 years ago
Hi! I integrate cloudpayments, but for some reason the following data from the example do not come to me, they do not exist at all. Also, I do not have a cryptogram string. Checking on a real device. No errors occur
What is missing in the response from apple pay:
"paymentMethod": { "network": "MasterCard", "type": "credit", "displayName": "MasterCard 4248" },
What comes to me: '{ "paymentData": { "version": "EC_v1", "data": "string", "signature": "string", "header": { "ephemeralPublicKey": "string", "publicKeyHash": "string", "transactionId": "string" } }, "transactionIdentifier": "string" }
Maybe you need set up sandbox environment on your device.
@JollyGolf @alexchervon I have the same issue did find a solution?
Hi! I integrate cloudpayments, but for some reason the following data from the example do not come to me, they do not exist at all. Also, I do not have a cryptogram string. Checking on a real device. No errors occur
What is missing in the response from apple pay:
"paymentMethod": { "network": "MasterCard", "type": "credit", "displayName": "MasterCard 4248" },
What comes to me: '{ "paymentData": { "version": "EC_v1", "data": "string", "signature": "string", "header": { "ephemeralPublicKey": "string", "publicKeyHash": "string", "transactionId": "string" } }, "transactionIdentifier": "string" }