Closed matt-usurp closed 7 years ago
@matt-usurp This has been added in the latest release (v1.2.7)
You can also get the responseType in Charge responses which allows you to know whether it's a 3dCharge, attemptN3dCharge, or normal response.
Thanks!
https://github.com/checkout/checkout-php-library/blob/master/com/checkout/ApiServices/Charges/ResponseModels/Charge.php
When
3D Secure
is enabled the redirect url is returned in the responsejson
but there is no getter that can access this information from the charge object itself.