-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels