Skip to content

IOS PaymentMethod data is missing #12

Description

@ramisalem

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions