- 
                Notifications
    
You must be signed in to change notification settings  - Fork 29
 
Open
Description
Thanks for your project and I have a question: how to pass the decrypted data to Stripe?
For example, I got the decrypted data below:
{
  "applicationPrimaryAccountNumber": "62216824****8751",
  "applicationExpirationDate": "370101",
  "currencyCode": "156",
  "transactionAmount": 0,
  "deviceManufacturerIdentifier": "062****30273",
  "paymentDataType": "EMV",
  "paymentData": {
    "encryptedPINData": "8110894aadcf7991a54e2392****9f11bd4782080006ffffffffffff",
    "emvData": "nyYI/LzXZ359/D+fNgIABIECAAWDeKhMBPrvqL+zr2ihyixF****Nw7EMf4F022BW56/WdWH/x6MhGlSTVTKzteXA1Kkn2pYE8FhVxNSLLitAU57OVeH4HtBGz3eOIzObiiwl8iV6/WVD7r1OnueIwNhvabA04ir+GxhZeflXY/D6rR+zKQKDFQaUvkehg=="
  }
}
Which Stripe API should I used?
Thanks a lot.
Metadata
Metadata
Assignees
Labels
No labels