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

Need help with apple pay #119

Open
DanilSerdyuk opened this issue Oct 4, 2023 · 0 comments
Open

Need help with apple pay #119

DanilSerdyuk opened this issue Oct 4, 2023 · 0 comments

Comments

@DanilSerdyuk
Copy link

How can I integrate Apple Pay from the API side?
No problems with checking the merchant, because I only need to work with Apple.
But, how to send you a payment is completely unclear.
For example after decrypt payload:

{
  applicationPrimaryAccountNumber: '17029283048730',
  applicationExpirationDate: '231231',
  currencyCode: '840',
  transactionAmount: 500,
  deviceManufacturerIdentifier: '544555544456',
  paymentDataType: '3DSecure',
  paymentData: {
    onlinePaymentCryptogram: 'IE0QTuXZlbG9wZXIgUmiQAQojEBhgA=' 
  } 
}

What config I need to use for ServicesContainer::configureService(?) for this data?

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