Stripe\ThreeDSecure::retrieve PHP Method

retrieve() public static method

public static retrieve ( string $id, array | string | null $options = null ) : ThreeDSecure
$id string The ID of the 3DS auth to retrieve.
$options array | string | null
return ThreeDSecure
    public static function retrieve($id, $options = null)
    {
        return self::_retrieve($id, $options);
    }