Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS PaymentMethod data is missing #12

Open
ramisalem opened this issue Sep 19, 2020 · 0 comments
Open

IOS PaymentMethod data is missing #12

ramisalem opened this issue Sep 19, 2020 · 0 comments

Comments

@ramisalem
Copy link

ramisalem commented Sep 19, 2020

Hi I am intigrating Payfort paymetngatway but for some reason the following data from the example do not come to me, they do not exist at all. Also, Checking on a real device. No errors occur

What is missing in the response from apple pay is paymentMethod

// paymentMethod example 
{ 
"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"
}  

Do you know what should I do to get paymentMethod ?
Thanks for the fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant