starfish-codes / hgate2-headless-android-sdk

Apache License 2.0
0 stars 0 forks source link

Update Android SDK to support additional data encryption (cardholder name) #7

Open AlbRoehm opened 3 months ago

AlbRoehm commented 3 months ago

Depends on https://github.com/starfish-codes/hellgate-requirements/issues/157

{
  "account_number": "4242424242424242",
  "expiry_month": 4,
  "expiry_year": 2033,
  "security_code": "123"
  "additional_data": {
      "cardholder_name": "John Doe"
      }
}
AlbRoehm commented 3 months ago

@jmisi1 is it good enough to filter empty / blank additional data when they are submitted or should this result in an error?

jmisi1 commented 3 months ago

@AlbRoehm what I got from the conversation in the Hellgate SDK channel: