checkout/checkout-sdk-python

3D Secure flow is not supported by the SDK

Closed this issue · 2 comments

When trying to simulate 3D Secure payment requests, the response object is breaking with the below error:

File "/.../checkout_sdk/payments/payment_processed.py", line 8, in init
self._card = Card(api_response.body['card'])
KeyError: 'card'

3DS support is coming end of September, likely 25/26th

3DS support added